diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-29 22:08:00 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-29 22:08:04 +0100 |
commit | 1d5ed5ceab1efb08586b52070975a6c62721bc04 (patch) | |
tree | 33a87788dc0cf62579387a451a26c8de419a6319 | |
parent | d395613a527544abc296f744c10b6a8fcb126930 (diff) |
commit before refactor
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) |