diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-28 02:18:41 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 23:25:46 +0200 |
commit | e2bf48f0f4b2650932f6cde447e7ea2b422c43a9 (patch) | |
tree | ac1a887e72220be6528a6d6b5dc1dd4a7b8acfd2 /include | |
parent | 07f99a86578bee9e7ac0dd0114b89bf983a92d9b (diff) |
Fix build for mingw
Diffstat (limited to 'include')
-rw-r--r-- | include/odhtdb/env.hpp | 2 |
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) |