misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author Wuzzy <almikes@aol.com>
Thu, 27 Apr 2017 03:11:50 +0200
changeset 12357 7f09d01ecb45
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Fix false victory in Teamwork/Teamwork 2 when one of your hogs die in same turn as enemy

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif