From: Julian Smart Date: Fri, 13 May 2005 12:22:28 +0000 (+0000) Subject: CW fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d2867a5bbcc125e55492d6ff4582a9befbf36298 CW fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index e46062ac93..43ff958d81 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -10,7 +10,11 @@ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// +#if defined(__MWERKS__) +#include +#else #include +#endif #if defined(_WIN32_WCE) #include "wx/msw/wince/wince.rc"