From 04e539f5d16fa62524e63d72f9cb745ff9950666 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Mon, 5 Jul 2004 13:53:48 +0000 Subject: [PATCH] use slashes in #include, not backslashes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wx.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ////////////////////////////////////////////////////////////////////////////// -- 2.50.0