diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-18 01:39:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-25 01:53:08 +0300 |
commit | 80bbbf8946a1ecea6b2493078b5736f62c8c4526 (patch) | |
tree | c57025e6b56e26c23a97886c0e50e2275d08a4cf /src/dbghelp.cpp | |
parent | update cmake-common (diff) | |
download | winapi-debug-80bbbf8946a1ecea6b2493078b5736f62c8c4526.tar.gz winapi-debug-80bbbf8946a1ecea6b2493078b5736f62c8c4526.zip |
mingw builds: lowercase header file names
Diffstat (limited to 'src/dbghelp.cpp')
-rw-r--r-- | src/dbghelp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbghelp.cpp b/src/dbghelp.cpp index 0105682..efbdede 100644 --- a/src/dbghelp.cpp +++ b/src/dbghelp.cpp @@ -7,8 +7,8 @@ #include <SafeInt.hpp> -#include <DbgHelp.h> -#include <Windows.h> +#include <dbghelp.h> +#include <windows.h> #include <cstddef> #include <cstring> |