ChangeLogTag:Thu Oct 14 17:29:32 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>

This commit is contained in:
Gonzalo A. Diethelm
1999-10-14 20:41:40 +00:00
parent 33a4b8ab19
commit 126148e622
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Thu Oct 14 17:29:32 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
* source/rtl/dates.c:
Fixed an include guard so that HB_DONT_DEFINE_BASIC_TYPES is
defined for both gcc and mingw32.
19991014-18:17 GMT+1 Victor Szel <info@szelvesz.hu>
* source/compiler/genc.c
! Fixed pcode generation with /gc0 switch for MODULENAME opcode.

View File

@@ -68,7 +68,7 @@
#if defined(_Windows) || defined(WINNT)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#if defined(__MINGW32__)
#if defined(__GNUC__) || defined(__MINGW32__)
#define HB_DONT_DEFINE_BASIC_TYPES
#endif
#endif