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 /include/pdb/module.hpp | |
parent | update cmake-common (diff) | |
download | winapi-debug-80bbbf8946a1ecea6b2493078b5736f62c8c4526.tar.gz winapi-debug-80bbbf8946a1ecea6b2493078b5736f62c8c4526.zip |
mingw builds: lowercase header file names
Diffstat (limited to 'include/pdb/module.hpp')
-rw-r--r-- | include/pdb/module.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pdb/module.hpp b/include/pdb/module.hpp index bff8bd6..1a5b227 100644 --- a/include/pdb/module.hpp +++ b/include/pdb/module.hpp @@ -7,8 +7,8 @@ #include "address.hpp" -#include <DbgHelp.h> -#include <Windows.h> +#include <dbghelp.h> +#include <windows.h> #include <string> |