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
This commit is contained in:
Przemyslaw Czerpak
2009-08-19 13:39:14 +00:00
parent a896909262
commit 221307ac00
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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