misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author alfadur
Sat, 21 Jul 2018 02:13:55 +0300
changeset 13534 662f7df89d06
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Implement room config export

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif