From: Vadim Zeitlin Date: Thu, 20 Jan 2000 23:07:29 +0000 (+0000) Subject: restored windows.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cded6e3c281d23fef2aa6be530c9c295a5c017f2?ds=inline restored windows.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index df5e797186..6f28387b89 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -29,7 +29,7 @@ // include standard Windows headers #ifdef __WXMSW__ -// #include + #include #include "wx/msw/winundef.h" #endif