aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/sqlite/database.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/odb/sqlite/database.cxx b/odb/sqlite/database.cxx
index 5b47735..e8e5c77 100644
--- a/odb/sqlite/database.cxx
+++ b/odb/sqlite/database.cxx
@@ -3,10 +3,7 @@
// license : GNU GPL v2; see accompanying LICENSE file
#ifdef _WIN32
-# ifndef WIN32_LEAN_AND_MEAN
-# define WIN32_LEAN_AND_MEAN
-# endif
-# include <windows.h> // WideCharToMultiByte
+# include <odb/details/win32/windows.hxx> // WideCharToMultiByte
#endif
#include <sstream>