aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb/handle.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-18 01:39:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-25 01:53:08 +0300
commit80bbbf8946a1ecea6b2493078b5736f62c8c4526 (patch)
treec57025e6b56e26c23a97886c0e50e2275d08a4cf /include/pdb/handle.hpp
parentupdate cmake-common (diff)
downloadwinapi-debug-80bbbf8946a1ecea6b2493078b5736f62c8c4526.tar.gz
winapi-debug-80bbbf8946a1ecea6b2493078b5736f62c8c4526.zip
mingw builds: lowercase header file names
Diffstat (limited to '')
-rw-r--r--include/pdb/handle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdb/handle.hpp b/include/pdb/handle.hpp
index 511ef90..2cc5d32 100644
--- a/include/pdb/handle.hpp
+++ b/include/pdb/handle.hpp
@@ -7,7 +7,7 @@
#include "workarounds.hpp"
-#include <Windows.h>
+#include <windows.h>
#include <cassert>
#include <memory>