misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author antonc27 <antonc27@mail.ru>
Sun, 10 Jun 2018 19:12:26 +0200
branchios-develop
changeset 13418 ba39a1d396c0
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Merge default to ios-develop

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif