From: Václav Slavík Date: Tue, 15 Jul 2003 18:58:28 +0000 (+0000) Subject: no need to define STRICT here either X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2419f345829bb11a38d2c0b2e2e3da5a99de47bf no need to define STRICT here either git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index fc6bba536c..08c615af62 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -34,10 +34,6 @@ // include standard Windows headers #if defined(__WXMSW__) && !wxUSE_MFC - #ifndef STRICT - #define STRICT 1 - #endif - #include "wx/msw/wrapwin.h" #endif