diff options
Diffstat (limited to 'odb/details/win32/mutex.hxx')
-rw-r--r-- | odb/details/win32/mutex.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/odb/details/win32/mutex.hxx b/odb/details/win32/mutex.hxx index 500b2ae..b15bb4a 100644 --- a/odb/details/win32/mutex.hxx +++ b/odb/details/win32/mutex.hxx @@ -7,14 +7,7 @@ #include <odb/pre.hxx> -#ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# include <windows.h> -# undef WIN32_LEAN_AND_MEAN -#else -# include <windows.h> -#endif - +#include <odb/details/win32/windows.hxx> #include <odb/details/export.hxx> namespace odb |