misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
author Wuzzy <Wuzzy2@mail.ru>
Tue, 27 Mar 2018 04:39:31 +0200
changeset 13288 f816b9e73fcb
parent 12218 bb5522e88ab2
permissions -rw-r--r--
ThemeFilterProxyModel: Fix filter function containing a path with no return value

// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif