misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author nemo
Fri, 05 Oct 2018 16:22:51 -0400
changeset 13864 f68bb13f7bc7
parent 12213 bb5522e88ab2
permissions -rw-r--r--
silly tmp var for sake of pas2c

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif