X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cab1a6053dce9f0a2dcd87d8e2d12d8633f4785f..3e69f6e58eefb49d0e9bbfe13c1ab05dff20c344:/include/wx/wx_cwc.h diff --git a/include/wx/wx_cwc.h b/include/wx/wx_cwc.h index c1fa2c6b54..0430251bd5 100644 --- a/include/wx/wx_cwc.h +++ b/include/wx/wx_cwc.h @@ -12,36 +12,36 @@ #ifndef _WX_CW__ #define _WX_CW__ -#if __MWERKS__ >= 0x2400 && __MWERKS__ <= 0x3200 -#pragma old_argmatch on +#if __MWERKS__ >= 0x2400 && __MWERKS__ < 0x3200 + #pragma old_argmatch on #endif #if __option(profile) #ifdef __cplusplus #ifdef __MACH__ - #include + #include "wx_Mach++_prof.mch" #elif __POWERPC__ - #include + #include "wx_Carbon++_prof.mch" #endif #else #ifdef __MACH__ - #include + #include "wx_Mach_prof.mch" #elif __POWERPC__ - #include + #include "wx_Carbon_prof.mch" #endif #endif #else #ifdef __cplusplus #ifdef __MACH__ - #include + #include "wx_Mach++.mch" #elif __POWERPC__ - #include + #include "wx_Carbon++.mch" #endif #else #ifdef __MACH__ - #include + #include "wx_Mach.mch" #elif __POWERPC__ - #include + #include "wx_Carbon.mch" #endif #endif #endif