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.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