diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f48fd7285e..44111b619d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-01-24 17:47 UTC+0300 Alexander Kresin + * source/vm/maindllp.c + ! Minor fix. + 2003-01-24 14:00 UTC+0300 Alexander Kresin * source/vm/hvm.c * hb_inkeyPoll() is removed from hb_vmDo(), the code fragment with diff --git a/harbour/source/vm/maindllp.c b/harbour/source/vm/maindllp.c index 702f4c042e..a8d8e7761b 100644 --- a/harbour/source/vm/maindllp.c +++ b/harbour/source/vm/maindllp.c @@ -56,6 +56,7 @@ */ #define HB_OS_WIN_32_USED +#define HB_NO_DEFAULT_API_MACROS #include "hbtypes.h"