misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author Wuzzy <Wuzzy2@mail.ru>
Tue, 02 Oct 2018 21:26:25 +0200
changeset 13843 cf7626f46bb2
parent 12213 bb5522e88ab2
permissions -rw-r--r--
IFNDEF custom exception handlung away in pas2c builds

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif