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:
Vadim Zeitlin
2008-08-13 12:31:13 +00:00
parent d1fcc2c2c7
commit 7de0d6637c

View File

@@ -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