misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author Wuzzy <Wuzzy2@mail.ru>
Thu, 08 Mar 2018 21:03:25 +0100
changeset 13127 a7b67247784d
parent 12213 bb5522e88ab2
permissions -rw-r--r--
HedgeEditor: Show waypoint preview

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif