diff --git a/harbour/include/hbinit.h b/harbour/include/hbinit.h index 02379c043e..16e6d61d2c 100644 --- a/harbour/include/hbinit.h +++ b/harbour/include/hbinit.h @@ -137,7 +137,7 @@ extern void HB_EXPORT hb_vmProcessSymbols( PHB_SYMB pSymbols, USHORT uiSymbols ) #define HB_INIT_SYMBOLS_BEGIN( func ) \ static HB_SYMB symbols[] = { - #ifndef __64__ + #ifndef _WIN64 #define HB_INIT_SYMBOLS_END( func ) }; \ static int func( void ) \