+ definition of macro HB_USE_PRAGMA_STARTUP

This commit is contained in:
Ilias Lazaridis
2004-05-03 01:55:43 +00:00
parent 581bd1b347
commit 5d1cd431e0

View File

@@ -61,6 +61,12 @@ extern "C" {
extern void HB_EXPORT hb_vmProcessSymbols( PHB_SYMB pSymbols, USHORT uiSymbols ); /* statics symbols initialization */
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
#define HB_USE_PRAGMA_STARTUP
#endif
#if defined(HARBOUR_STRICT_ANSI_C)
#define HB_INIT_SYMBOLS_BEGIN( func ) \