aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-10-28 02:18:41 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-10-28 02:18:43 +0200
commit55bb14a7e0d034b375da73a9c2aae10881e32801 (patch)
treeb017e876354d482e4503d34bef77edc8e77df376 /include
parent109108c896f1ada76121330ab01602072f32dd8c (diff)
Fix build for mingw
Diffstat (limited to 'include')
-rw-r--r--include/odhtdb/env.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odhtdb/env.hpp b/include/odhtdb/env.hpp
index abaedd8..57ae068 100644
--- a/include/odhtdb/env.hpp
+++ b/include/odhtdb/env.hpp
@@ -27,7 +27,7 @@
#define WIN32_LEAN_AND_MEAN
#endif
- #include <Windows.h>
+ #include <windows.h>
#endif
#if defined(__linux__) || defined(__unix__) || defined(__APPLE__) || defined(_POSIX_VERSION)