From d2867a5bbcc125e55492d6ff4582a9befbf36298 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 13 May 2005 12:22:28 +0000 Subject: [PATCH] CW fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wx.rc | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.50.0