Undef GetWindowStyle() after new #include in cmndata.cpp.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-11-08 19:20:28 +00:00
parent b6339dde8c
commit 216289a24a

View File

@ -46,6 +46,10 @@
#endif // wxUSE_STD_IOSTREAM/!wxUSE_STD_IOSTREAM
#endif
#if defined(__WXMSW__) && defined(__MINGW32__)
#include "wx/msw/winundef.h"
#endif
class WXDLLEXPORT wxTextCtrl;
class WXDLLEXPORT wxTextCtrlBase;