Ferenc Wagner wrote:
Paul Vriens paul.vriens.wine@gmail.com writes:
Is there any particular reason we don't use HeapAlloc/HeapReAlloc in winetest? The rest of our programs do, but winetest uses malloc and realloc.
I can't recall any. I'm more comfortable with the latter, since winetest is the only Win32 application I've ever written.
So when I add functionality should I use malloc or can we use a mix? Should winetest be changed to use HeapAlloc?