aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/helpers
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-20 21:03:18 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-20 21:03:18 +0300
commit0e9a789e663b2f05e8e77136d64bd1c04747d17f (patch)
treea0add4e27c7d9ab23fb93a41bb7ce2b306feceb9 /utils/helpers
parentcode style (diff)
downloadaes-tools-0e9a789e663b2f05e8e77136d64bd1c04747d17f.tar.gz
aes-tools-0e9a789e663b2f05e8e77136d64bd1c04747d17f.zip
Windows.h > windows.h
... to enable cross-compilation from Ubuntu, where there's windows.h, and paths are case-sensitive.
Diffstat (limited to 'utils/helpers')
-rw-r--r--utils/helpers/bmp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/helpers/bmp.hpp b/utils/helpers/bmp.hpp
index 262198d..b4b283b 100644
--- a/utils/helpers/bmp.hpp
+++ b/utils/helpers/bmp.hpp
@@ -3,7 +3,7 @@
// For details, see https://github.com/egor-tensin/aes-tools.
// Distributed under the MIT License.
-#include <Windows.h>
+#include <windows.h>
#include <cstddef>
#include <cstring>