]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
1. registry files corresponding to the recent registry.h changes
[wxWidgets.git] / include / wx / defs.h
index 70456d0bd3bd0df1918542abcd454f0242c7788b..2c3b71ec0ce70f3d4ce2657d113ccbbf32e0ebbc 100644 (file)
 #elif defined(__WATCOMC__)
     typedef unsigned int bool;
 #elif defined(__SUNCC__)
-    #ifdef __SUNPRO_C
+    #ifdef __SUNPRO_CC
         // 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