ChangeSet ID: 20382 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/23 05:52:08
Modified files: tools/winebuild: spec32.c libs/wine : wine.map wine.def debug.c include/wine : library.h debug.h dlls/ntdll : debugtools.c
Log message: Defined a proper structure for debug channels. Also put all the function pointers inside a structure and added __wine_dbg_set_functions to change them instead of exporting the pointers directly.
Patch: http://cvs.winehq.org/patch.py?id=20382
Old revision New revision Changes Path 1.121 1.122 +7 -4 wine/tools/winebuild/spec32.c 1.4 1.5 +1 -5 wine/libs/wine/wine.map 1.13 1.14 +1 -5 wine/libs/wine/wine.def 1.5 1.6 +36 -30 wine/libs/wine/debug.c 1.38 1.39 +0 -7 wine/include/wine/library.h 1.14 1.15 +50 -23 wine/include/wine/debug.h 1.41 1.42 +13 -7 wine/dlls/ntdll/debugtools.c