Workaround a msvcrt.realloc bug under Win9x by using Win32 APIs instead.
commitc7d9f75eeb3000b7142d8e30a24d11ee75d4996c
authorDmitry Timoshkov <dmitry@codeweavers.com>
Sat, 27 Mar 2004 20:41:43 +0000 (27 20:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 27 Mar 2004 20:41:43 +0000 (27 20:41 +0000)
tree3966464d1841f87e9f2f7a4093a300f4b20da67f
parent02dd8c3601209d8f52072066cff825285a90f626
Workaround a msvcrt.realloc bug under Win9x by using Win32 APIs instead.
Take into account that HeapRealloc may move the allocated memory block.
dlls/user/tests/msg.c