From f24a3804a83c10ff288f03a2e1f311833d2a663e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 1 Nov 2006 14:35:55 +0000 Subject: [PATCH] do not include directly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/db.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/include/wx/db.h b/include/wx/db.h index bdd7ffb010..41c63267fe 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -41,12 +41,7 @@ #if wxUSE_MFC #include #else // !wxUSE_MFC - #ifndef STRICT - #define STRICT 1 - #endif - - #include - #include "wx/msw/winundef.h" + #include "wx/msw/wrapwin.h" #endif // wxUSE_MFC/!wxUSE_MFC // If you use the wxDbCreateDataSource() function with MSW/VC6, @@ -63,8 +58,7 @@ #include "odbcinst.h" #else #if defined(__WINDOWS__) && ( defined(HAVE_W32API_H) || defined(__BORLANDC__) ) - #include - #include "wx/msw/winundef.h" + #include "wx/msw/wrapwin.h" #endif extern "C" { #if defined(wxUSE_BUILTIN_IODBC) && wxUSE_BUILTIN_IODBC -- 2.45.2