mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 08:11:44 +02:00
14 lines
197 B
C++
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
|