From: Włodzimierz Skiba Date: Mon, 8 Nov 2004 19:20:28 +0000 (+0000) Subject: Undef GetWindowStyle() after new #include in cmndata.cpp. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/216289a24a9bd3ff87286581deec8373bb96a53b?ds=inline 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 --- diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index 5701847e56..582cf855cc 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -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;