gecko/modules/lib7z/LZMASDK/CPP/Windows/MemoryLock.h

16 lines
235 B
C
Raw Normal View History

// Windows/MemoryLock.h
#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H
namespace NWindows {
namespace NSecurity {
#ifndef UNDER_CE
bool EnableLockMemoryPrivilege(bool enable = true);
#endif
}}
#endif