From: Dimitri Schoolwerth Date: Mon, 5 Jul 2004 13:53:48 +0000 (+0000) Subject: use slashes in #include, not backslashes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/04e539f5d16fa62524e63d72f9cb745ff9950666 use slashes in #include, not backslashes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index c558138d60..4fdda467da 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -36,7 +36,7 @@ #endif #if defined(_WIN32_WCE) - #include "wx\msw\wince\wince.rc" + #include "wx/msw/wince/wince.rc" #endif //////////////////////////////////////////////////////////////////////////////