From 221307ac00a08778757ef5615d6d9a53689e62e9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 19 Aug 2009 13:39:14 +0000 Subject: [PATCH] 2009-08-19 15:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c ! updated for POCC/WinCE header files --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbwin/olecore.c | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 531dd39ee4..790581978d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-19 15:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbwin/olecore.c + ! updated for POCC/WinCE header files + 2009-08-19 11:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/global.mk ! extended shell detection - now when we do not use make_gnu.sh diff --git a/harbour/contrib/hbwin/olecore.c b/harbour/contrib/hbwin/olecore.c index 214c87ed52..956a66f530 100644 --- a/harbour/contrib/hbwin/olecore.c +++ b/harbour/contrib/hbwin/olecore.c @@ -59,9 +59,10 @@ # define HB_OLE_NO_LL #endif -#if defined( __MINGW32__ ) || \ - defined( __DMC__ ) || \ - ( defined( __WATCOMC__ ) && ( __WATCOMC__ < 1280 ) ) +#if ( defined( __POCC__ ) && defined( HB_OS_WIN_CE ) ) || \ + ( defined( __WATCOMC__ ) && ( __WATCOMC__ < 1280 ) ) || \ + defined( __MINGW32__ ) || \ + defined( __DMC__ ) # define HB_OLE_NO_LLREF #endif