14 Nov
2025
14 Nov
'25
12:11 p.m.
Piotr Caban (@piotr) commented about dlls/vccorlib140/vccorlib.c:
return S_OK; }
+static BOOL try_Allocate(size_t size, void **addr)
It's probably better to keep the same arguments/return type as the throwing variant of the function (same for try_AllocateException). The function returns NULL if allocation fails. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9465#note_122029