#include "pch.h" BOOL __cdecl RestrictedTest() { DUMMY(); return FALSE; } BOOL __cdecl ReadOnlyTest() { DUMMY(); return FALSE; }