fix typo in __WWXMAC__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
#ifdef __MWERKS__
|
#ifdef __MWERKS__
|
||||||
#if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
|
#if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
|
||||||
# ifndef __WXMAC__
|
# ifndef __WXMAC__
|
||||||
# define __WWXMAC__
|
# define __WXMAC__
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user