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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user