Use wx/msw/winundef.h for wxGTK under Windows too.

Avoid clashes due to <windows.h> definitions in wxGTK too.

Closes #14427.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-06-20 17:54:53 +00:00
parent 6fafab0ea3
commit fa3f11806e
2 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
See the comments in beforestd.h.
*/
#if defined(__WXMSW__)
#if defined(__WINDOWS__)
#include "wx/msw/winundef.h"
#endif