clooneljump/lib/physfs-2.0.3/lzma/CPP/Windows/MemoryLock.h

13 lines
197 B
C++

// Windows/MemoryLock.h
#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H
namespace NWindows {
namespace NSecurity {
bool EnableLockMemoryPrivilege(bool enable = true);
}}
#endif