mirror of
https://github.com/ip7z/7zip.git
synced 2026-04-07 15:23:41 +00:00
24.05
This commit is contained in:
parent
5b39dc76f1
commit
fc662341e6
501 changed files with 33187 additions and 10416 deletions
|
|
@ -37,6 +37,8 @@ bool EnablePrivilege(LPCTSTR privilegeName, bool enable)
|
|||
if (!hModule)
|
||||
return false;
|
||||
|
||||
Z7_DIAGNOSTIC_IGNORE_CAST_FUNCTION
|
||||
|
||||
GET_PROC_ADDR(
|
||||
OpenProcessToken,
|
||||
"OpenProcessToken")
|
||||
|
|
@ -79,6 +81,7 @@ bool EnablePrivilege(LPCTSTR privilegeName, bool enable)
|
|||
}
|
||||
|
||||
|
||||
Z7_DIAGNOSTIC_IGNORE_CAST_FUNCTION
|
||||
|
||||
typedef void (WINAPI * Func_RtlGetVersion) (OSVERSIONINFOEXW *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue