From: Vadim Zeitlin Date: Wed, 13 Aug 2008 12:31:13 +0000 (+0000) Subject: fix typo in __WWXMAC__ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1f16b850059371647cf20d9964663dbd5af12c1e?ds=inline fix typo in __WWXMAC__ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/jpeg/jconfig.h b/src/jpeg/jconfig.h index e8badf123b..2d79a744a5 100644 --- a/src/jpeg/jconfig.h +++ b/src/jpeg/jconfig.h @@ -11,7 +11,7 @@ #ifdef __MWERKS__ #if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ ) # ifndef __WXMAC__ -# define __WWXMAC__ +# define __WXMAC__ # endif #endif #endif