On Wed Feb 15 21:39:57 2023 +0000, Alex Henrie wrote:
My goal here was to take code that was made ugly by using CRT allocation functions and restore it to its original simplicity. When I did the CRT rewrite, I didn't know about _recalloc, and now I'm trying to undo the damage caused by my ignorance. What would the advantage be to dropping the dependency on ucrtbase?
The advantage is to match what Windows does. We already use msvcrt for advapi32, see https://bugs.winehq.org/show_bug.cgi?id=51465.