From d9638b8dd060e8a8156818335e12e85c227a604f Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Fri, 29 Apr 2005 13:54:49 +0000 Subject: [PATCH] __64__ changed into Microsoft C 64 built-in _WIN64 --- harbour/include/hbinit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) \