mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 10:24:13 -06:00
15.06
This commit is contained in:
committed by
Kornel Lesiński
parent
54490d51d5
commit
cba375916f
@@ -3,12 +3,14 @@
|
||||
#ifndef __WINDOWS_MEMORY_LOCK_H
|
||||
#define __WINDOWS_MEMORY_LOCK_H
|
||||
|
||||
#include "../Common/MyWindows.h"
|
||||
|
||||
namespace NWindows {
|
||||
namespace NSecurity {
|
||||
|
||||
#ifndef UNDER_CE
|
||||
|
||||
bool EnablePrivilege(LPCTSTR privilegeName, bool enable = true);
|
||||
bool EnablePrivilege(LPCTSTR privilegeName, bool enable = true);
|
||||
|
||||
inline bool EnablePrivilege_LockMemory(bool enable = true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user