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:
Viktor Szakats
2008-08-25 20:49:54 +00:00
parent 7eedaf89c6
commit 90207c5539
3 changed files with 13 additions and 4 deletions

View File

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