aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/thread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/thread.cxx')
-rw-r--r--odb/details/win32/thread.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/odb/details/win32/thread.cxx b/odb/details/win32/thread.cxx
index de3d665..1b57493 100644
--- a/odb/details/win32/thread.cxx
+++ b/odb/details/win32/thread.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 <process.h> // _beginthreadex, _endthreadex
#include <odb/details/unique-ptr.hxx>