ChangeSet ID: 18309 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/20 09:18:05
Modified files: tools/winegcc : winegcc.c programs/progman: grpfile.c programs/notepad: dialog.h dlls/wintab32 : context.c dlls/winspool : info.c dlls/winsock/tests: protocol.c dlls/wineps : afm.c dlls/user/tests: edit.c dlls/user : combo.c dlls/shlwapi/tests: shreg.c clist.c dlls/shell32/tests: shelllink.c dlls/shdocvw : shdocvw_main.c shdocvw.h dlls/quartz/tests: filtergraph.c dlls/qcap : qcap_main.c dlls/oleaut32/tests: safearray.c dlls/ole32/tests: propvariant.c marshal.c dlls/ole32 : ifs.c compobj.c dlls/ntdll/tests: reg.c large_int.c dlls/msvcrt/tests: headers.c dlls/msi/tests : db.c dlls/msi : action.c dlls/mscms/tests: profile.c dlls/kernel/tests: mailslot.c locale.c file.c environ.c dlls/gdi/tests : brush.c dlls/dxdiagn : dxdiag_private.h dlls/dswave : dswave_private.h dlls/dsound/tests: propset.c dsound8.c dsound.c ds3d8.c ds3d.c dlls/dmusic : dmusic_private.h dlls/dmsynth : dmsynth_private.h dlls/dmstyle : dmstyle_private.h dlls/dmscript : dmscript_private.h dlls/dmime : dmime_private.h dlls/dmcompos : dmcompos_private.h dlls/dmband : dmband_private.h dlls/dinput/tests: keyboard.c joystick.c dlls/ddraw/tests: dsurface.c ddrawmodes.c d3d.c dlls/comctl32/tests: imagelist.c dlls/comctl32 : listview.c dlls/advpack/tests: advpack.c dlls/advapi32/tests: registry.c crypt_lmhash.c crypt.c
Log message: Stefan Huehner stefan@huehner.org Fix more -Wstrict-prototypes warnings.
Patch: http://cvs.winehq.org/patch.py?id=18309
Old revision New revision Changes Path 1.38 1.39 +1 -1 wine/tools/winegcc/winegcc.c 1.9 1.10 +2 -2 wine/programs/progman/grpfile.c 1.8 1.9 +1 -1 wine/programs/notepad/dialog.h 1.11 1.12 +1 -1 wine/dlls/wintab32/context.c 1.106 1.107 +1 -1 wine/dlls/winspool/info.c 1.2 1.3 +2 -2 wine/dlls/winsock/tests/protocol.c 1.33 1.34 +1 -1 wine/dlls/wineps/afm.c 1.8 1.9 +1 -1 wine/dlls/user/tests/edit.c 1.11 1.12 +1 -1 wine/dlls/user/combo.c 1.27 1.28 +1 -1 wine/dlls/shlwapi/tests/shreg.c 1.11 1.12 +1 -1 wine/dlls/shlwapi/tests/clist.c 1.6 1.7 +2 -2 wine/dlls/shell32/tests/shelllink.c 1.29 1.30 +2 -2 wine/dlls/shdocvw/shdocvw_main.c 1.13 1.14 +2 -2 wine/dlls/shdocvw/shdocvw.h 1.6 1.7 +4 -4 wine/dlls/quartz/tests/filtergraph.c 1.8 1.9 +1 -1 wine/dlls/qcap/qcap_main.c 1.23 1.24 +1 -1 wine/dlls/oleaut32/tests/safearray.c 1.7 1.8 +2 -2 wine/dlls/ole32/tests/propvariant.c 1.23 1.24 +26 -26 wine/dlls/ole32/tests/marshal.c 1.50 1.51 +1 -1 wine/dlls/ole32/ifs.c 1.153 1.154 +1 -1 wine/dlls/ole32/compobj.c 1.4 1.5 +1 -1 wine/dlls/ntdll/tests/reg.c 1.8 1.9 +1 -1 wine/dlls/ntdll/tests/large_int.c 1.5 1.6 +3 -3 wine/dlls/msvcrt/tests/headers.c 1.12 1.13 +1 -1 wine/dlls/msi/tests/db.c 1.150 1.151 +1 -1 wine/dlls/msi/action.c 1.12 1.13 +18 -18 wine/dlls/mscms/tests/profile.c 1.9 1.10 +1 -1 wine/dlls/kernel/tests/mailslot.c 1.37 1.38 +8 -8 wine/dlls/kernel/tests/locale.c 1.55 1.56 +5 -5 wine/dlls/kernel/tests/file.c 1.10 1.11 +1 -1 wine/dlls/kernel/tests/environ.c 1.3 1.4 +1 -1 wine/dlls/gdi/tests/brush.c 1.8 1.9 +2 -2 wine/dlls/dxdiagn/dxdiag_private.h 1.8 1.9 +2 -2 wine/dlls/dswave/dswave_private.h 1.17 1.18 +2 -2 wine/dlls/dsound/tests/propset.c 1.23 1.24 +2 -2 wine/dlls/dsound/tests/dsound8.c 1.54 1.55 +2 -2 wine/dlls/dsound/tests/dsound.c 1.18 1.19 +1 -1 wine/dlls/dsound/tests/ds3d8.c 1.24 1.25 +1 -1 wine/dlls/dsound/tests/ds3d.c 1.26 1.27 +2 -2 wine/dlls/dmusic/dmusic_private.h 1.10 1.11 +2 -2 wine/dlls/dmsynth/dmsynth_private.h 1.14 1.15 +2 -2 wine/dlls/dmstyle/dmstyle_private.h 1.13 1.14 +2 -2 wine/dlls/dmscript/dmscript_private.h 1.23 1.24 +2 -2 wine/dlls/dmime/dmime_private.h 1.12 1.13 +2 -2 wine/dlls/dmcompos/dmcompos_private.h 1.14 1.15 +2 -2 wine/dlls/dmband/dmband_private.h 1.1 1.2 +1 -1 wine/dlls/dinput/tests/keyboard.c 1.3 1.4 +1 -1 wine/dlls/dinput/tests/joystick.c 1.3 1.4 +3 -3 wine/dlls/ddraw/tests/dsurface.c 1.5 1.6 +8 -8 wine/dlls/ddraw/tests/ddrawmodes.c 1.3 1.4 +3 -3 wine/dlls/ddraw/tests/d3d.c 1.11 1.12 +1 -1 wine/dlls/comctl32/tests/imagelist.c 1.421 1.422 +1 -1 wine/dlls/comctl32/listview.c 1.3 1.4 +2 -2 wine/dlls/advpack/tests/advpack.c 1.26 1.27 +8 -8 wine/dlls/advapi32/tests/registry.c 1.1 1.2 +1 -1 wine/dlls/advapi32/tests/crypt_lmhash.c 1.24 1.25 +3 -3 wine/dlls/advapi32/tests/crypt.c