diff options
| author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2026-02-12 00:00:00 +0000 |
|---|---|---|
| committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2026-02-12 17:38:49 +0500 |
| commit | 839151eaaad24771892afaae6bac690e31e58384 (patch) | |
| tree | e292449d621f7a1d503b975984a2aca240dd2d8f /CPP/Windows/SecurityUtils.h | |
| parent | 5e96a8279489832924056b1fa82f29d5837c9469 (diff) | |
| download | 7zip-26.00.tar.gz 7zip-26.00.tar.bz2 7zip-26.00.zip | |
Diffstat (limited to 'CPP/Windows/SecurityUtils.h')
| -rw-r--r-- | CPP/Windows/SecurityUtils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CPP/Windows/SecurityUtils.h b/CPP/Windows/SecurityUtils.h index 7219f06..022a8f3 100644 --- a/CPP/Windows/SecurityUtils.h +++ b/CPP/Windows/SecurityUtils.h | |||
| @@ -3,7 +3,11 @@ | |||
| 3 | #ifndef ZIP7_INC_WINDOWS_SECURITY_UTILS_H | 3 | #ifndef ZIP7_INC_WINDOWS_SECURITY_UTILS_H |
| 4 | #define ZIP7_INC_WINDOWS_SECURITY_UTILS_H | 4 | #define ZIP7_INC_WINDOWS_SECURITY_UTILS_H |
| 5 | 5 | ||
| 6 | #if defined(__MINGW32__) || defined(__MINGW64__) | ||
| 7 | #include <ntsecapi.h> | ||
| 8 | #else | ||
| 6 | #include <NTSecAPI.h> | 9 | #include <NTSecAPI.h> |
| 10 | #endif | ||
| 7 | 11 | ||
| 8 | #include "Defs.h" | 12 | #include "Defs.h" |
| 9 | 13 | ||
