misc/libphysfs/lzma/CPP/Windows/MemoryLock.h
changeset 12218 bb5522e88ab2
equal deleted inserted replaced
12217:ea891871f481 12218:bb5522e88ab2
       
     1 // Windows/MemoryLock.h
       
     2 
       
     3 #ifndef __WINDOWS_MEMORYLOCK_H
       
     4 #define __WINDOWS_MEMORYLOCK_H
       
     5 
       
     6 namespace NWindows {
       
     7 namespace NSecurity {
       
     8 
       
     9 bool EnableLockMemoryPrivilege(bool enable = true);
       
    10 
       
    11 }}
       
    12 
       
    13 #endif