mame/3rdparty/lzma/CPP/Windows/MemoryLock.h
2015-01-11 08:10:25 +01:00

16 lines
220 B
C++

// 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