__64__ changed into Microsoft C 64 built-in _WIN64

This commit is contained in:
Antonio Linares
2005-04-29 13:54:49 +00:00
parent 3bf04956ca
commit d9638b8dd0

View File

@@ -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 ) \