[winetest] Use of HeapAlloc and friends

Dmitry Timoshkov dmitry at codeweavers.com
Thu Aug 23 11:24:13 CDT 2007


"Paul Vriens" <paul.vriens.wine at gmail.com> wrote:

> 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 recall that replacing malloc/realloc by HeapAlloc/HeapReAlloc has fixed
user32/tests/msg.c failures under Win95 (that were caused by buggy msvcrt
implementations), so if are still aming to run the tests on that platform
we should get rid of malloc/realloc.

-- 
Dmitry.



More information about the wine-devel mailing list