On 5/15/22 23:27, Brendan Shanks (@bshanks) wrote:
I was going to use a separate define (something like __WINE_DEALLOC), since as mentioned it could also be useful for non-malloc functions like fopen/fclose, SysAllocString/SysFreeString, etc.
Is SysAllocString not malloc-like? It has a header, but I assume that shouldn't matter...