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:
parent
18860312a4
commit
b67c2b8794
@ -11,7 +11,7 @@
|
||||
|
||||
#include <aygshell.h>
|
||||
|
||||
#include "wx\msw\wince\resources.h"
|
||||
#include "wx/msw/wince/resources.h"
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user