ChangeSet ID: 981949865330863336101174 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/02/11 22:51:05
Modified files: dlls/comctl32 : smoothscroll.c dlls/commdlg : cdlg.h cdlg32.c dlls/dplayx : dplaysp.h dlls/imm32 : imm_private.h dlls/kernel : utthunk.c dlls/ole32 : compobj.c dlls/setupapi : setupx16.h dlls/shell32 : shell32_main.c shell32_main.h shellole.c shlview.c dlls/wineps : driver.c dlls/winmm : mmsystem.c dlls/winspool : info.c wspool.c libtest : hello5.c programs/avitools: aviinfo.c aviplay.c windows : defwnd.c
Log message: Francois Gouget fgouget@free.fr Change the callback declarations to a safer format.
Patch: http://cvs.winehq.com/patch.py?id=981949865330863336101174
Revision Changes Path 1.2 +1 -1 wine/dlls/comctl32/smoothscroll.c 1.17 +14 -14 wine/dlls/commdlg/cdlg.h 1.17 +8 -8 wine/dlls/commdlg/cdlg32.c 1.5 +24 -24 wine/dlls/dplayx/dplaysp.h 1.4 +26 -26 wine/dlls/imm32/imm_private.h 1.10 +1 -1 wine/dlls/kernel/utthunk.c 1.37 +1 -1 wine/dlls/ole32/compobj.c 1.6 +1 -1 wine/dlls/setupapi/setupx16.h 1.71 +10 -10 wine/dlls/shell32/shell32_main.c 1.39 +23 -23 wine/dlls/shell32/shell32_main.h 1.36 +1 -1 wine/dlls/shell32/shellole.c 1.57 +1 -1 wine/dlls/shell32/shlview.c 1.5 +3 -3 wine/dlls/wineps/driver.c 1.34 +1 -1 wine/dlls/winmm/mmsystem.c 1.32 +5 -5 wine/dlls/winspool/info.c 1.3 +3 -3 wine/dlls/winspool/wspool.c 1.6 +1 -1 wine/libtest/hello5.c 1.5 +8 -8 wine/programs/avitools/aviinfo.c 1.10 +12 -12 wine/programs/avitools/aviplay.c 1.49 +3 -3 wine/windows/defwnd.c