diff options
m--------- | depends/odhtdb | 0 | ||||
-rw-r--r-- | include/env.hpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/depends/odhtdb b/depends/odhtdb -Subproject 109108c896f1ada76121330ab01602072f32dd8 +Subproject 55bb14a7e0d034b375da73a9c2aae10881e3280 diff --git a/include/env.hpp b/include/env.hpp index abaedd8..57ae068 100644 --- a/include/env.hpp +++ b/include/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) |