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/exceptions.hxx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'odb/details/win32/exceptions.hxx') diff --git a/odb/details/win32/exceptions.hxx b/odb/details/win32/exceptions.hxx index e92048e..ecc36b6 100644 --- a/odb/details/win32/exceptions.hxx +++ b/odb/details/win32/exceptions.hxx @@ -7,14 +7,7 @@ #include -#ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# include -# undef WIN32_LEAN_AND_MEAN -#else -# include -#endif - +#include #include #include -- cgit v1.1