]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Added showing the default URL in DisplayContents and DisplayIndex
[wxWidgets.git] / include / wx / defs.h
index ce1d83adb2be6e83d87c3385fb0aaa775910b873..aa702b207e6e0d7aca005b23d16005b9f611f617 100644 (file)
             #define __WXMAC__
         #endif
         #ifndef __WXMAC_X__
+            // This define really should not be necessary since __WXMAC__
+            // combined with __UNIX__ is sufficient to differentiate
+            // Classic Mac OS from Mac OS X. However, some code has been
+            // added to workaround defects(?) in the bundled gcc compiler
+            // and these corrections are identified by __WXMAC_X__
             #define __WXMAC_X__
         #endif
 
         #define __WXMAC__
     #endif
     #ifndef __WXMAC_X__
+        // This define really should not be necessary since __WXMAC__
+        // combined with __UNIX__ is sufficient to differentiate
+        // Classic Mac OS from Mac OS X. However, some code has been
+        // added to workaround defects(?) in the bundled gcc compiler
+        // and these corrections are identified by __WXMAC_X__
         #define __WXMAC_X__
     #endif