misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author Wuzzy <Wuzzy2@mail.ru>
Tue, 21 Aug 2018 02:14:15 +0200
changeset 13673 1aa5e884326a
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Fix some string/translation inconsistencies in strings related to leaving

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif