From a6a846ad051043cb389b401035f361864a691ec6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Feb 2013 16:55:50 +0200 Subject: Factor windows.h inclusion into separate header, disable min/max macros --- odb/details/win32/dll.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'odb/details/win32/dll.cxx') diff --git a/odb/details/win32/dll.cxx b/odb/details/win32/dll.cxx index 30ceb7a..2dc124f 100644 --- a/odb/details/win32/dll.cxx +++ b/odb/details/win32/dll.cxx @@ -9,12 +9,7 @@ #if (defined(_MSC_VER) && defined(LIBODB_DYNAMIC_LIB)) || \ (!defined(_MSC_VER) && defined(DLL_EXPORT)) -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif - -#include - +#include #include using namespace odb::details; -- cgit v1.1