for true and false

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2003-04-17 17:23:03 +00:00
parent f1ebf6088a
commit 6a6e183c12

View File

@@ -162,6 +162,8 @@
#elif defined(__VISAGECPP__)
#if __IBMCPP__ < 400
typedef unsigned long bool;
#define true ((bool)1)
#define false ((bool)0)
#endif
#define HAVE_BOOL
#endif // compilers
@@ -321,7 +323,7 @@ typedef int wxWindowID;
#define WXEXPORT _Export
#define WXIMPORT _Export
#endif
#elif defined(__WXMAC__)
#elif defined(__WXMAC__)
#ifdef __MWERKS__
#define WXEXPORT __declspec(export)
#define WXIMPORT __declspec(import)