aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/process.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/process.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/process.hpp')
-rw-r--r--src/process.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.hpp b/src/process.hpp
index 53fcdf8..c27dc3e 100644
--- a/src/process.hpp
+++ b/src/process.hpp
@@ -8,7 +8,7 @@
#include "error.hpp"
#include "cmd_line.hpp"
-#include <Windows.h>
+#include <windows.h>
#include <string>