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/tls.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'odb/details/win32/tls.cxx') diff --git a/odb/details/win32/tls.cxx b/odb/details/win32/tls.cxx index 14aaf7b..a496d4f 100644 --- a/odb/details/win32/tls.cxx +++ b/odb/details/win32/tls.cxx @@ -2,11 +2,7 @@ // copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif - -#include +#include #include // ERROR_INVALID_INDEX #include -- cgit v1.1