#elif defined(__SC__)
#define __SYMANTECC__
#endif // compiler
+
+ // size_t is the same as unsigned int for all Windows compilers we know
+ #define wxSIZE_T_IS_UINT
#endif // OS
// if we're on a Unix system but didn't use configure (so that setup.h didn't
#define FALSE 0
#endif
-#ifdef __VISAGECPP__
- #define true TRUE
- #define false FALSE
-#endif
-
// Add more tests here for Windows compilers that already define bool
// (under Unix, configure tests for this)
#ifndef HAVE_BOOL