aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-29 22:08:00 +0100
committerdec05eba <dec05eba@protonmail.com>2018-10-29 22:08:04 +0100
commit1d5ed5ceab1efb08586b52070975a6c62721bc04 (patch)
tree33a87788dc0cf62579387a451a26c8de419a6319
parentd395613a527544abc296f744c10b6a8fcb126930 (diff)
commit before refactor
m---------depends/odhtdb0
-rw-r--r--include/env.hpp2
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)