From 1f16b850059371647cf20d9964663dbd5af12c1e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 13 Aug 2008 12:31:13 +0000 Subject: [PATCH] fix typo in __WWXMAC__ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/jpeg/jconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0