added comment to explain __WXMAC_X__ define
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -58,6 +58,11 @@
|
|||||||
#define __WXMAC__
|
#define __WXMAC__
|
||||||
#endif
|
#endif
|
||||||
#ifndef __WXMAC_X__
|
#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__
|
#define __WXMAC_X__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -76,6 +81,11 @@
|
|||||||
#define __WXMAC__
|
#define __WXMAC__
|
||||||
#endif
|
#endif
|
||||||
#ifndef __WXMAC_X__
|
#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__
|
#define __WXMAC_X__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user