]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Added test for long long type. (Really trivial, see setup.h: SIZEOF_xxx)
[wxWidgets.git] / include / wx / defs.h
index 25e148dd55ce02dacc7ef60b1cb944e1a0a29fe5..63f75b9e6098d570a929cc15b8c301b721418054 100644 (file)
 #elif defined(__WATCOMC__)
 //    typedef unsigned int bool;
 
- #if __WATCOMC__<1100
- typedef enum _tagbool {
-     false,
-     true
- } bool ;
+ #if (__WATCOMC__ < 1100)
+    typedef unsigned int bool;
  #endif
 
 #elif defined(__SUNCC__)