attached is a patch which provides a debugging version of the MSVCRT DLL. necessary for debug builds to get heap checking when using valgrind. 2003-04-02 Adam Gundy <arg@cyberscience.com> * dlls/msvcrt/Makefile.in: Add the debug.c file to the list of sources. * dlls/msvcrt/debug.c: New file. Stub implementations of debugging functions. * dlls/msvcrt/msvcrtd.spec: Spec file for MSVCRTD.DLL. * dlls/Makefile.in: Rebuild the msvcrt directory twice, once for msvcrt.dll.so and once for the debug msvcrtd.dll.so. Seeya, Adam -- Real Programmers don't comment their code. If it was hard to write, it should be hard to read, and even harder to modify. These are all my own opinions.
Attachment:
wine-msvcrtd.patch
Description: Binary data