From 9a88fc583625296157989d8783a5a1d032082aec Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 27 Oct 2006 07:48:22 +0000 Subject: [PATCH] Reverted winundef.h removal - without it build fails on GetWindowStyle later. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/textctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/textctrl.cpp b/src/msw/textctrl.cpp index 1fb31b72c7..22aacd1548 100644 --- a/src/msw/textctrl.cpp +++ b/src/msw/textctrl.cpp @@ -50,6 +50,7 @@ #include #include "wx/msw/private.h" +#include "wx/msw/winundef.h" #include "wx/msw/mslu.h" #include -- 2.47.2