2#define DEFINE_THISCALL_WRAPPER(func,args) \
3 typedef struct {int x[args/4];} _tag_##func; \
4 void __stdcall func(_tag_##func p1); \
5 __declspec(naked) void __stdcall func(_tag_##func p1) \
static void *__cdecl Allocate_PMemoryAllocator(void *this, ULONG cbSize)
#define DEFINE_THISCALL_WRAPPER(func, args)