ChangeSet ID: 20400 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/25 10:23:21
Modified files: dlls/x11drv : opengl.c dlls/user : menu.c dlls/quartz : videorenderer.c transform.c dsoundrender.c dlls/opengl32 : wgl.c dlls/ntdll : virtual.c dlls/msvcrt : cppexcept.c dlls/kernel : version.c ne_module.c local16.c instr.c
Log message: Replace DPRINTF by TRACE in a few places.
Patch: http://cvs.winehq.org/patch.py?id=20400
Old revision New revision Changes Path 1.13 1.14 +22 -22 wine/dlls/x11drv/opengl.c 1.38 1.39 +16 -16 wine/dlls/user/menu.c 1.15 1.16 +3 -3 wine/dlls/quartz/videorenderer.c 1.7 1.8 +3 -3 wine/dlls/quartz/transform.c 1.10 1.11 +3 -3 wine/dlls/quartz/dsoundrender.c 1.63 1.64 +3 -3 wine/dlls/opengl32/wgl.c 1.69 1.70 +8 -8 wine/dlls/ntdll/virtual.c 1.15 1.16 +9 -11 wine/dlls/msvcrt/cppexcept.c 1.8 1.9 +1 -1 wine/dlls/kernel/version.c 1.54 1.55 +34 -34 wine/dlls/kernel/ne_module.c 1.23 1.24 +9 -9 wine/dlls/kernel/local16.c 1.26 1.27 +6 -6 wine/dlls/kernel/instr.c