Piotr Caban (@piotr) commented about dlls/msvcirt/msvcirt.c:
LeaveCriticalSection(crit);
}
-static void* (__cdecl *MSVCRT_operator_new)(SIZE_T); +static void* (__cdecl __WINE_ALLOC_SIZE(1) *MSVCRT_operator_new)(SIZE_T);
Shouldn't we also add __WINE_MALLOC attribute here?