misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author Wuzzy <almikes@aol.com>
Fri, 29 Sep 2017 23:29:00 +0200
changeset 12603 9805a1f8fb93
parent 12218 bb5522e88ab2
permissions -rw-r--r--
ASA, Spacetrip: Fix guards taking 2 turns in succession

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif