engine: d52af905437b broke pas2c build. pas2c doesn't understand "in [1, 2]" etc.
PS: pas2c possibly still fails due to physfs issues :/
// Windows/MemoryLock.h
#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H
namespace NWindows {
namespace NSecurity {
bool EnableLockMemoryPrivilege(bool enable = true);
}}
#endif