Sniper rifle training: Fix missing victory sound, also disable controls at the end
String freeze notice: This commit will display a caption with the string "Victory!".
It does NOT violate the string freeze, as this string is already present in stub.lua.
// Windows/MemoryLock.h
#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H
namespace NWindows {
namespace NSecurity {
bool EnableLockMemoryPrivilege(bool enable = true);
}}
#endif