14 Dec
2022
14 Dec
'22
12:18 a.m.
Alex Henrie (@alexhenrie) commented about include/msvcrt/corecrt_malloc.h:
_ACRTIMP void __cdecl free(void*); _ACRTIMP void* __cdecl malloc(size_t); _ACRTIMP void* __cdecl realloc(void*,size_t); _ACRTIMP void* __cdecl _recalloc(void*,size_t,size_t); You can annotate _recalloc now too.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1686#note_19603