aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/condition.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/condition.cxx')
-rw-r--r--odb/details/win32/condition.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/details/win32/condition.cxx b/odb/details/win32/condition.cxx
index 93c396b..5ea0c7b 100644
--- a/odb/details/win32/condition.cxx
+++ b/odb/details/win32/condition.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 <odb/details/win32/condition.hxx>