git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1437
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#elif defined(__WATCOMC__)
typedef unsigned int bool;
#elif defined(__SUNCC__)
#elif defined(__WATCOMC__)
typedef unsigned int bool;
#elif defined(__SUNCC__)
// starting from version 5.0 Sun CC understands 'bool'
// starting from version 5.0 Sun CC understands 'bool'
- #if __SUNPRO_C <= 0x0420
+ #if __SUNPRO_CC <= 0x0420
// If we use int, we get identically overloaded functions in config.cpp
typedef unsigned char bool;
#endif // Sun CC version
// If we use int, we get identically overloaded functions in config.cpp
typedef unsigned char bool;
#endif // Sun CC version