mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 18:06:55 -06:00
14 lines
197 B
C++
Executable File
14 lines
197 B
C++
Executable File
// Windows/MemoryLock.h
|
|
|
|
#ifndef __WINDOWS_MEMORYLOCK_H
|
|
#define __WINDOWS_MEMORYLOCK_H
|
|
|
|
namespace NWindows {
|
|
namespace NSecurity {
|
|
|
|
bool EnableLockMemoryPrivilege(bool enable = true);
|
|
|
|
}}
|
|
|
|
#endif
|