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:
@@ -162,6 +162,8 @@
|
|||||||
#elif defined(__VISAGECPP__)
|
#elif defined(__VISAGECPP__)
|
||||||
#if __IBMCPP__ < 400
|
#if __IBMCPP__ < 400
|
||||||
typedef unsigned long bool;
|
typedef unsigned long bool;
|
||||||
|
#define true ((bool)1)
|
||||||
|
#define false ((bool)0)
|
||||||
#endif
|
#endif
|
||||||
#define HAVE_BOOL
|
#define HAVE_BOOL
|
||||||
#endif // compilers
|
#endif // compilers
|
||||||
@@ -321,7 +323,7 @@ typedef int wxWindowID;
|
|||||||
#define WXEXPORT _Export
|
#define WXEXPORT _Export
|
||||||
#define WXIMPORT _Export
|
#define WXIMPORT _Export
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__WXMAC__)
|
#elif defined(__WXMAC__)
|
||||||
#ifdef __MWERKS__
|
#ifdef __MWERKS__
|
||||||
#define WXEXPORT __declspec(export)
|
#define WXEXPORT __declspec(export)
|
||||||
#define WXIMPORT __declspec(import)
|
#define WXIMPORT __declspec(import)
|
||||||
|
Reference in New Issue
Block a user