2008-10-23 17:52 UTC+0100 Miguel Angel Marchuet <[EMAIL PROTECTED]>
   * source\vm\fm.c
     * restored the use of memory, now to test DL_ALLOC will be explicit with 
macro -DHB_FM_DL_ALLOC
        #if defined( HB_FM_DL_ALLOC ) && ( defined( _MSC_VER ) || defined( 
__BORLANDC__ ) || defined( __MINGW32__ ) )
           #undef HB_FM_STD_ALLOC
           #undef HB_FM_WIN32_ALLOC
        #elif defined( __EXPORT__ ) && !defined( HB_FM_WIN32_ALLOC )
           #define HB_FM_WIN32_ALLOC
           #undef HB_FM_DL_ALLOC
           #undef HB_FM_STD_ALLOC
        #elif defined( HB_FM_WIN32_ALLOC )
           #undef HB_FM_DL_ALLOC
           #undef HB_FM_STD_ALLOC
        #elif defined( HB_FM_STD_ALLOC )
           #undef HB_FM_DL_ALLOC
           #undef HB_FM_WIN32_ALLOC
        #else
           #define HB_FM_STD_ALLOC
           #undef HB_FM_DL_ALLOC
           #undef HB_FM_WIN32_ALLOC
        #endif

Best regards,
Miguel Angel Marchuet

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to