aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/thread.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-09 09:43:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-09 09:43:37 +0200
commitbdb356fd270bd80223837bce6de5cdc3b67565ea (patch)
tree8b175312605e31b30ebe028e97a67bd9bc850ac7 /odb/details/win32/thread.cxx
parent21b15d068cf8347162719428aace3222cad3690c (diff)
Include lean windows.h
Diffstat (limited to 'odb/details/win32/thread.cxx')
-rw-r--r--odb/details/win32/thread.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/details/win32/thread.cxx b/odb/details/win32/thread.cxx
index 610980d..904723f 100644
--- a/odb/details/win32/thread.cxx
+++ b/odb/details/win32/thread.cxx
@@ -3,6 +3,10 @@
// copyright : Copyright (c) 2009-2010 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 <process.h> // _beginthreadex, _endthreadex