ChangeSet ID: 995490265497644029557705 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/07/18 17:04:25
Modified files: dlls/comctl32 : comctl32undoc.c dlls/ddraw : helper.c dlls/ddraw/dclipper: main.c dlls/ddraw/direct3d: mesa.c dlls/ddraw/dsurface: wndproc.c dlls/kernel : comm.c kernel_main.c dlls/msacm : pcmconverter.c dlls/msvcrt : errno.c mbcs.c msvcrt.h dlls/user : lstr.c wsprintf.c dlls/version : resource.c dlls/winmm : joystick.c mci.c mmio.c mmsystem.c time.c files : dos_fs.c graphics/win16drv: objects.c graphics/x11drv: objects.c include : winuser.h include/msvcrt : string.h include/wine : winuser16.h loader : task.c memory : environ.c misc : registry.c msdos : dosconf.c int29.c ppdev.c objects : brush.c metafile.c pen.c win32 : file.c
Log message: Patrik Stridvall ps@leissner.se - Made sure that the files that contains the declarations of implementated functions are included. - Corrected mismatching prototypes. - Cleaned up the include section.
Patch: http://cvs.winehq.com/patch.py?id=995490265497644029557705
Revision Changes Path 1.52 +5 -2 wine/dlls/comctl32/comctl32undoc.c 1.11 +9 -10 wine/dlls/ddraw/helper.c 1.6 +5 -1 wine/dlls/ddraw/dclipper/main.c 1.8 +6 -4 wine/dlls/ddraw/direct3d/mesa.c 1.4 +5 -2 wine/dlls/ddraw/dsurface/wndproc.c 1.32 +5 -2 wine/dlls/kernel/comm.c 1.23 +6 -3 wine/dlls/kernel/kernel_main.c 1.10 +8 -2 wine/dlls/msacm/pcmconverter.c 1.5 +6 -3 wine/dlls/msvcrt/errno.c 1.8 +4 -2 wine/dlls/msvcrt/mbcs.c 1.6 +1 -1 wine/dlls/msvcrt/msvcrt.h 1.16 +7 -5 wine/dlls/user/lstr.c 1.5 +6 -2 wine/dlls/user/wsprintf.c 1.22 +7 -6 wine/dlls/version/resource.c 1.15 +5 -0 wine/dlls/winmm/joystick.c 1.23 +7 -3 wine/dlls/winmm/mci.c 1.25 +6 -2 wine/dlls/winmm/mmio.c 1.44 +5 -1 wine/dlls/winmm/mmsystem.c 1.13 +7 -1 wine/dlls/winmm/time.c 1.89 +8 -5 wine/files/dos_fs.c 1.9 +5 -0 wine/graphics/win16drv/objects.c 1.13 +2 -0 wine/graphics/x11drv/objects.c 1.110 +6 -5 wine/include/winuser.h 1.2 +1 -1 wine/include/msvcrt/string.h 1.34 +0 -1 wine/include/wine/winuser16.h 1.111 +14 -8 wine/loader/task.c 1.25 +7 -3 wine/memory/environ.c 1.98 +9 -6 wine/misc/registry.c 1.9 +8 -2 wine/msdos/dosconf.c 1.5 +3 -1 wine/msdos/int29.c 1.3 +8 -5 wine/msdos/ppdev.c 1.27 +8 -1 wine/objects/brush.c 1.38 +6 -2 wine/objects/metafile.c 1.17 +8 -0 wine/objects/pen.c 1.31 +4 -0 wine/win32/file.c