misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author unc0rr
Sat, 15 Sep 2018 20:42:02 +0200
branch0.9.24
changeset 13779 c384117f90eb
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Fix SetAmmoTexts not working in stats-only mode

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif