use slashes instead of backslashes and quotes instead of angle brackets in all #includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-10-20 15:14:46 +00:00
parent 18860312a4
commit b67c2b8794
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
#include <aygshell.h>
#include "wx\msw\wince\resources.h"
#include "wx/msw/wince/resources.h"
STRINGTABLE
BEGIN

View 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

View 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