From e30cd6e5e1cbab68b1de4be404e928a0b657c254 Mon Sep 17 00:00:00 2001 From: Marek Paliwoda Date: Wed, 9 Jul 2008 10:07:26 +0000 Subject: [PATCH] --- 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 16facd731c..068e429dd4 100644 --- a/harbour/include/hbinit.h +++ b/harbour/include/hbinit.h @@ -60,7 +60,7 @@ HB_EXTERN_BEGIN extern HB_EXPORT PHB_SYMB hb_vmProcessSymbols( PHB_SYMB pSymbols, USHORT uiSymbols ); /* old module symbols initialization */ extern HB_EXPORT PHB_SYMB hb_vmProcessSymbolsEx( PHB_SYMB pSymbols, USHORT uiSymbols, char * szModuleName, ULONG ulID, USHORT uiPcodeVer ); /* module symbols initialization with extended information */ -#if defined(_MSC_VER) && \ +#if defined(_MSC_VER) && !defined(_WIN64) && \ !defined(__LCC__) && !defined(__POCC__) && !defined(__XCC__) && \ !defined(HB_STRICT_ANSI_C) && !defined(HB_STATIC_STARTUP) && \ !defined(HB_PRAGMA_STARTUP) && !defined(HB_MSC_STARTUP)