]> git.saurik.com Git - wxWidgets.git/commitdiff
no need to define STRICT here either
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 15 Jul 2003 18:58:28 +0000 (18:58 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 15 Jul 2003 18:58:28 +0000 (18:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxprec.h

index fc6bba536cb5f01800fb4b10a858bf0568d8cd37..08c615af625b4e07b6901ab34cf46633ee78b765 100644 (file)
 
 // include standard Windows headers
 #if defined(__WXMSW__) && !wxUSE_MFC
-    #ifndef STRICT
-        #define STRICT 1
-    #endif
-
     #include "wx/msw/wrapwin.h"
 #endif