#include "../types.h" #include "stubs.h" bool __cdecl RestrictedTest() { DUMMY(); return FALSE; } bool __cdecl ReadOnlyTest() { DUMMY(); return FALSE; }