Files
love-android/jni/physfs-2.0.2/lzma/CPP/Windows/MemoryLock.h
T

14 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