diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 601945ecaf..1c9889ddbc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-28 17:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/vm/dynlibhb.c + ! added #define INCL_DOSMODULEMGR for OS2 builds + 2008-10-28 15:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbstack.h ! fixed fDebugRequest declaration diff --git a/harbour/source/vm/dynlibhb.c b/harbour/source/vm/dynlibhb.c index c954a4b4fe..cbfd18a9b8 100644 --- a/harbour/source/vm/dynlibhb.c +++ b/harbour/source/vm/dynlibhb.c @@ -56,6 +56,7 @@ */ #define HB_OS_WIN_32_USED +#define INCL_DOSMODULEMGR #include "hbvmopt.h" #include "hbapi.h"