blob: f2e574bc96fe456936d7b05aa60e6d376a588442 [file] [log] [blame]
// Windows/MemoryLock.h
#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H
namespace NWindows {
namespace NSecurity {
#ifndef UNDER_CE
bool EnableLockMemoryPrivilege(bool enable = true);
#endif
}}
#endif