include wrapwin.h instead of windows.h directly (fixes CE compilation problems)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,8 +27,7 @@
|
|||||||
#include "wx/font.h" // for wxFont and wxFontEncoding
|
#include "wx/font.h" // for wxFont and wxFontEncoding
|
||||||
|
|
||||||
#if defined(__WXMSW__)
|
#if defined(__WXMSW__)
|
||||||
#include <windows.h>
|
#include "wx/msw/wrapwin.h"
|
||||||
#include "wx/msw/winundef.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct WXDLLEXPORT wxNativeEncodingInfo;
|
struct WXDLLEXPORT wxNativeEncodingInfo;
|
||||||
|
Reference in New Issue
Block a user