misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 16:07:44 +0200
changeset 12536 e54039ea3934
parent 12213 bb5522e88ab2
permissions -rw-r--r--
New Lua API function: GetTeamStats, to get team stats

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif