aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-11-04 07:16:46 +0100
committerdec05eba <dec05eba@protonmail.com>2018-11-04 07:16:47 +0100
commit8d5f778bced78b1ecaae7b5a301f9da5e7d9af2d (patch)
treea83ac633b266ab74c1268cb39fdf007a82d37123
parent921e86951eda818399f6964f76347fd31d1e6765 (diff)
Fix for mingw
-rw-r--r--include/dchat/env.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dchat/env.hpp b/include/dchat/env.hpp
index 4061518..b842ff3 100644
--- a/include/dchat/env.hpp
+++ b/include/dchat/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)