From: Włodzimierz Skiba Date: Fri, 27 Oct 2006 07:48:22 +0000 (+0000) Subject: Reverted winundef.h removal - without it build fails on GetWindowStyle later. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a88fc583625296157989d8783a5a1d032082aec 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 --- 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