misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author sheepluva
Sat, 30 Sep 2017 19:51:22 +0200
changeset 12623 2d68c113fc8d
parent 12218 bb5522e88ab2
permissions -rw-r--r--
fix copypasta fail that caused segfaults (esp. in pas2c)

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif