2008-08-25 22:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* make_vcce.mak
! Do not explicitly #define HB_WINCE. This should be
autodetected in hbsetup.h.
* include/hbsetup.h
% Minor cleanup.
This commit is contained in:
@@ -288,9 +288,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(HB_WINCE) && \
|
||||
( defined(_WINCE) || defined(__CEGCC__) || defined(__MINGW32CE__) )
|
||||
#define HB_WINCE
|
||||
#ifndef HB_WINCE
|
||||
#if defined(_WINCE) || defined(__CEGCC__) || defined(__MINGW32CE__)
|
||||
#define HB_WINCE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef HB_OS_LINUX
|
||||
|
||||
Reference in New Issue
Block a user