fix typo in __WWXMAC__

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-08-13 12:31:13 +00:00
parent 31b9d29fd7
commit 1f16b85005

View File

@ -11,7 +11,7 @@
#ifdef __MWERKS__
#if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
# ifndef __WXMAC__
# define __WWXMAC__
# define __WXMAC__
# endif
#endif
#endif