X-Git-Url: http://git.maemo.org/git/?p=physicsfs;a=blobdiff_plain;f=lzma%2FCPP%2FWindows%2FMemoryLock.h;fp=lzma%2FCPP%2FWindows%2FMemoryLock.h;h=03a88b415f82f70da0393e59369e617f1e583d39;hp=0000000000000000000000000000000000000000;hb=1a2e54b98aaab3669eebd38facb83687c4ac7baf;hpb=0b9bdac28929054558b5d7f315403fe3399a1413 diff --git a/lzma/CPP/Windows/MemoryLock.h b/lzma/CPP/Windows/MemoryLock.h new file mode 100644 index 0000000..03a88b4 --- /dev/null +++ b/lzma/CPP/Windows/MemoryLock.h @@ -0,0 +1,13 @@ +// Windows/MemoryLock.h + +#ifndef __WINDOWS_MEMORYLOCK_H +#define __WINDOWS_MEMORYLOCK_H + +namespace NWindows { +namespace NSecurity { + +bool EnableLockMemoryPrivilege(bool enable = true); + +}} + +#endif