misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author Wuzzy <Wuzzy2@mail.ru>
Sun, 26 Aug 2018 14:59:05 +0200
changeset 13709 54eb4c774ef5
parent 12218 bb5522e88ab2
permissions -rw-r--r--
/greeting chat commands now clears greeting if called w/o arguments

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif