aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/tls.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/tls.cxx')
-rw-r--r--odb/details/win32/tls.cxx6
1 files changed, 1 insertions, 5 deletions
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 <windows.h>
+#include <odb/details/win32/windows.hxx>
#include <winerror.h> // ERROR_INVALID_INDEX
#include <new>