https://bugs.winehq.org/show_bug.cgi?id=32235
--- Comment #33 from Zachary J zakarjor@yahoo.com --- Any update on patches/ntdll-Heap_Improvement or older patches/ntdll-Heap_Delay_Free for latest wine 8.1?
I've been using the old patches/ntll-Heap_Delay_Free up until 7.18 (never bothered to upgrade wine after that due to issues with some of my other games) but dlls/ntdll/heap.c seems to have changed quite a bit. I also had used getenv() to check an environment variable to decide whether to mimic heap delay by adding a unix function unix_getenv() in dlls/ntdll/unix/loader.c, but now that is also changed quite a lot.