aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sid.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/sid.hpp
parentadd GitHub workflow (diff)
downloadprivilege-check-6896fb06a42042b6ea91adeab5d9b1960bcfb156.tar.gz
privilege-check-6896fb06a42042b6ea91adeab5d9b1960bcfb156.zip
Windows.h -> windows.h, for MinGW builds
Diffstat (limited to '')
-rw-r--r--src/sid.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sid.hpp b/src/sid.hpp
index c84b725..2dc6111 100644
--- a/src/sid.hpp
+++ b/src/sid.hpp
@@ -5,7 +5,7 @@
#pragma once
-#include <Windows.h>
+#include <windows.h>
#include <sddl.h>
#include <array>