On Tue Nov 29 17:45:18 2022 +0000, Rémi Bernon wrote:
Please don't use `HeapAlloc`, prefer standard C functions. Same goes elsewhere for `heap_` functions.
Right, I forgot Wine is shifting towards standard C memory allocation functions. What exactly is the benefit of doing this though?