From f50951ebc9331ffd0b2244f39956382dd15399a9 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Fri, 24 Jan 2003 14:45:09 +0000 Subject: [PATCH] 2003-01-24 17:47 UTC+0300 Alexander Kresin --- harbour/ChangeLog | 4 ++++ harbour/source/vm/maindllp.c | 1 + 2 files changed, 5 insertions(+) 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"