X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/519cb848a8f4c91c73421bb75314754284e593a4..b5cf8234c683f80d207fc8e96cd364eff122a025:/include/wx/wx_cw_d.h?ds=sidebyside diff --git a/include/wx/wx_cw_d.h b/include/wx/wx_cw_d.h index 75a2a5ed2e..23fb2e4b01 100644 --- a/include/wx/wx_cw_d.h +++ b/include/wx/wx_cw_d.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx_cw_d.h -// Purpose: wxWindows definitions for CodeWarrior builds (Debug) +// Purpose: wxWidgets definitions for CodeWarrior builds (Debug) // Author: Stefan Csomor // Modified by: // Created: 12/10/98 @@ -12,6 +12,10 @@ #ifndef _WX_CW__ #define _WX_CW__ +#if __MWERKS__ >= 0x2400 && __MWERKS__ < 0x3200 +#pragma old_argmatch on +#endif + #if __option(profile) #error "profiling is not supported in debug versions" #else