aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/os.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-24 01:05:45 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-24 01:08:51 +0300
commit6896fb06a42042b6ea91adeab5d9b1960bcfb156 (patch)
treee9efd808a96e0357aa155f0d7aac77abefdf306f /src/os.hpp
parentadd GitHub workflow (diff)
downloadprivilege-check-6896fb06a42042b6ea91adeab5d9b1960bcfb156.tar.gz
privilege-check-6896fb06a42042b6ea91adeab5d9b1960bcfb156.zip
Windows.h -> windows.h, for MinGW builds
Diffstat (limited to 'src/os.hpp')
-rw-r--r--src/os.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os.hpp b/src/os.hpp
index 6734fb4..f6f169f 100644
--- a/src/os.hpp
+++ b/src/os.hpp
@@ -7,7 +7,7 @@
#include "error.hpp"
-#include <Windows.h>
+#include <windows.h>
namespace os
{