misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author Wuzzy <almikes@aol.com>
Wed, 11 Oct 2017 23:14:29 +0200
changeset 12699 e96f0f89ba0c
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Remove unused variable in uWorld.pas

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif