]> git.saurik.com Git - wxWidgets.git/commitdiff
use slashes instead of backslashes and quotes instead of angle brackets in all #includes
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Oct 2004 15:14:46 +0000 (15:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Oct 2004 15:14:46 +0000 (15:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/smartphone.rc
include/wx/msw/wince/wince.rc
include/wx/msw/wx.rc

index 3a027551107de435f4be18709d7b10a7f22a06e2..48f9258a58ee87947e0ec00d888ec8dd147d050c 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <aygshell.h>
 
-#include "wx\msw\wince\resources.h"
+#include "wx/msw/wince/resources.h"
 
 STRINGTABLE
 BEGIN
index 1ab2a7f2dda00340b03112595e49f8de7eb66a27..d1f542224fa3ca6310b228dd3f85b068c6823cc7 100644 (file)
@@ -1,7 +1,7 @@
 #include <commctrl.h>
 
 #ifdef WIN32_PLATFORM_WFSP
-    #include "wx\msw\wince\smartphone.rc"
+    #include "wx/msw/wince/smartphone.rc"
 #else
 
 // Dummy menubar/toolbar for WinCE
index 5e8dca03b038af38be5030811d82faddd22edfab..619a188d6fb235ad4d095f91b0cfab252b81efcc 100644 (file)
@@ -30,7 +30,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
-    #include <wx/msw/gnuwin32/winresrc.h>
+    #include "wx/msw/gnuwin32/winresrc.h"
 #else
     #include <windows.h>
 #endif