ChangeSet ID: 20440 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/26 11:45:25
Modified files: libs/wine : debug.c include/wine : debug.h dlls/ntdll : debugtools.c
Log message: Export the temp buffer functionality in the debug functions interface to allow sharing more code between libwine and ntdll.
Patch: http://cvs.winehq.org/patch.py?id=20440
Old revision New revision Changes Path 1.7 1.8 +44 -36 wine/libs/wine/debug.c 1.15 1.16 +4 -2 wine/include/wine/debug.h 1.42 1.43 +18 -135 wine/dlls/ntdll/debugtools.c