no need to define STRICT here either

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-07-15 18:58:28 +00:00
parent 9ed0d735d5
commit 2419f34582

View File

@ -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