misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author unc0rr
Thu, 26 Oct 2017 21:14:55 +0200
changeset 12777 255c2978b366
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Slightly update russian localization

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif