aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb/error.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/error.hpp
parentupdate cmake-common (diff)
downloadwinapi-debug-80bbbf8946a1ecea6b2493078b5736f62c8c4526.tar.gz
winapi-debug-80bbbf8946a1ecea6b2493078b5736f62c8c4526.zip
mingw builds: lowercase header file names
Diffstat (limited to 'include/pdb/error.hpp')
-rw-r--r--include/pdb/error.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdb/error.hpp b/include/pdb/error.hpp
index 2b9a8be..beb0489 100644
--- a/include/pdb/error.hpp
+++ b/include/pdb/error.hpp
@@ -5,7 +5,7 @@
#pragma once
-#include <Windows.h>
+#include <windows.h>
#include <string>
#include <system_error>