From 216289a24a9bd3ff87286581deec8373bb96a53b Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 8 Nov 2004 19:20:28 +0000 Subject: [PATCH] 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 --- include/wx/textctrl.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.50.0