From bdb356fd270bd80223837bce6de5cdc3b67565ea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Sep 2010 09:43:37 +0200 Subject: Include lean windows.h --- odb/details/win32/thread.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'odb/details/win32/thread.cxx') 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 #include // _beginthreadex, _endthreadex -- cgit v1.1