misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author antonc27 <antonc27@mail.ru>
Thu, 13 Jul 2017 16:23:49 +0200
changeset 12434 14f6ce8fa8a7
parent 12213 bb5522e88ab2
permissions -rw-r--r--
- Bump iOS version

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif