misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author Wuzzy <almikes@aol.com>
Wed, 27 Sep 2017 15:45:42 +0200
changeset 12555 d51ea6ac1ca1
parent 12213 bb5522e88ab2
permissions -rw-r--r--
ACF: Replace TurnTimeLeft=0 with EndTurn(true)

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif