ChangeSet ID: 10126753410831913771107793 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 02/02/02 13:42:21
Modified files: dlls/comctl32 : animate.c smoothscroll.c dlls/commdlg : cdlg.h cdlg32.c dlls/ddraw : ddraw_private.h dlls/dplayx : dplaysp.h dlls/gdi : printdrv.c dlls/imm32 : imm_private.h dlls/kernel : string.c utthunk.c dlls/lzexpand : lzexpand_main.c dlls/msacm : wineacm.h dlls/ole32 : compobj.c dlls/setupapi : setupx16.h dlls/shell32 : shell32_main.c shell32_main.h shellole.c shlview.c undocshell.h dlls/user/dde : ddeml16.c dlls/winedos : vga.c dlls/wineps : driver.c dlls/winmm : lolvldrv.c mmsystem.c winemm.h dlls/winspool : info.c include/msvcrt : process.h libtest : hello5.c loader : pe_image.c resource.c loader/ne : segment.c objects : palette.c programs/avitools: aviinfo.c aviplay.c relay32 : relay386.c windows : defwnd.c
Log message: Patrik Stridvall ps@leissner.se Move __stdcall/__cdecl to the right place.
Patch: http://cvs.winehq.com/patch.py?id=10126753410831913771107793
Revision Changes Path 1.36 +4 -4 wine/dlls/comctl32/animate.c 1.3 +1 -1 wine/dlls/comctl32/smoothscroll.c 1.18 +14 -14 wine/dlls/commdlg/cdlg.h 1.19 +8 -8 wine/dlls/commdlg/cdlg32.c 1.22 +1 -1 wine/dlls/ddraw/ddraw_private.h 1.6 +24 -24 wine/dlls/dplayx/dplaysp.h 1.19 +1 -1 wine/dlls/gdi/printdrv.c 1.5 +26 -26 wine/dlls/imm32/imm_private.h 1.4 +2 -2 wine/dlls/kernel/string.c 1.16 +1 -1 wine/dlls/kernel/utthunk.c 1.13 +1 -1 wine/dlls/lzexpand/lzexpand_main.c 1.8 +7 -7 wine/dlls/msacm/wineacm.h 1.53 +1 -1 wine/dlls/ole32/compobj.c 1.8 +2 -2 wine/dlls/setupapi/setupx16.h 1.91 +15 -15 wine/dlls/shell32/shell32_main.c 1.44 +28 -28 wine/dlls/shell32/shell32_main.h 1.43 +1 -1 wine/dlls/shell32/shellole.c 1.65 +1 -1 wine/dlls/shell32/shlview.c 1.3 +3 -3 wine/dlls/shell32/undocshell.h 1.4 +1 -1 wine/dlls/user/dde/ddeml16.c 1.3 +1 -1 wine/dlls/winedos/vga.c 1.8 +3 -3 wine/dlls/wineps/driver.c 1.25 +2 -2 wine/dlls/winmm/lolvldrv.c 1.49 +1 -1 wine/dlls/winmm/mmsystem.c 1.9 +2 -2 wine/dlls/winmm/winemm.h 1.48 +2 -2 wine/dlls/winspool/info.c 1.5 +2 -2 wine/include/msvcrt/process.h 1.8 +1 -1 wine/libtest/hello5.c 1.105 +1 -1 wine/loader/pe_image.c 1.55 +1 -1 wine/loader/resource.c 1.43 +1 -1 wine/loader/ne/segment.c 1.40 +2 -2 wine/objects/palette.c 1.6 +8 -8 wine/programs/avitools/aviinfo.c 1.11 +12 -12 wine/programs/avitools/aviplay.c 1.40 +1 -1 wine/relay32/relay386.c 1.72 +3 -3 wine/windows/defwnd.c