ChangeSet ID: 14830 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/13 15:19:03
Modified files: include/msvcrt : stdlib.h stddef.h eh.h include : uxtheme.h shlwapi.h msi.h imm.h dlls/winspool : wspool.c dlls/wininet : internet.h internet.c dlls/winedos : vga.h dlls/winaspi : winescsi.h aspi.c dlls/uxtheme : uxthemedll.h dlls/shell32 : undocshell.h dlls/richedit : rtf2text.h reader.c dlls/oleaut32 : typelib.c dlls/ole32 : oleobj.c ole2.c moniker.c ifs.h compobj_private.h compobj.c dlls/msvcrt : msvcrt.h dlls/msi : sql.y dlls/msacm : wineacm.h dlls/kernel/tests: thread.c pipe.c dlls/glu32 : glu.c dlls/dsound/tests: dsound_test.h dlls/devenum : devenum_private.h createdevenum.c dlls/comctl32/tests: imagelist.c
Log message: Eric Pouech pouech-eric@wanadoo.fr Fixed some errors in function prototypes.
Patch: http://cvs.winehq.org/patch.py?id=14830
Old revision New revision Changes Path 1.17 1.18 +5 -5 wine/include/msvcrt/stdlib.h 1.8 1.9 +2 -2 wine/include/msvcrt/stddef.h 1.8 1.9 +6 -6 wine/include/msvcrt/eh.h 1.3 1.4 +4 -4 wine/include/uxtheme.h 1.53 1.54 +1 -1 wine/include/shlwapi.h 1.15 1.16 +1 -1 wine/include/msi.h 1.15 1.16 +1 -1 wine/include/imm.h 1.11 1.12 +1 -1 wine/dlls/winspool/wspool.c 1.32 1.33 +2 -2 wine/dlls/wininet/internet.h 1.104 1.105 +3 -3 wine/dlls/wininet/internet.c 1.15 1.16 +1 -1 wine/dlls/winedos/vga.h 1.9 1.10 +2 -2 wine/dlls/winaspi/winescsi.h 1.20 1.21 +2 -2 wine/dlls/winaspi/aspi.c 1.3 1.4 +1 -1 wine/dlls/uxtheme/uxthemedll.h 1.27 1.28 +1 -1 wine/dlls/shell32/undocshell.h 1.1 1.2 +2 -2 wine/dlls/richedit/rtf2text.h 1.17 1.18 +3 -3 wine/dlls/richedit/reader.c 1.134 1.135 +1 -1 wine/dlls/oleaut32/typelib.c 1.20 1.21 +2 -2 wine/dlls/ole32/oleobj.c 1.57 1.58 +7 -7 wine/dlls/ole32/ole2.c 1.37 1.38 +3 -3 wine/dlls/ole32/moniker.c 1.13 1.14 +1 -1 wine/dlls/ole32/ifs.h 1.21 1.22 +5 -5 wine/dlls/ole32/compobj_private.h 1.111 1.112 +2 -2 wine/dlls/ole32/compobj.c 1.31 1.32 +2 -2 wine/dlls/msvcrt/msvcrt.h 1.17 1.18 +1 -1 wine/dlls/msi/sql.y 1.12 1.13 +1 -2 wine/dlls/msacm/wineacm.h 1.16 1.17 +8 -10 wine/dlls/kernel/tests/thread.c 1.13 1.14 +1 -1 wine/dlls/kernel/tests/pipe.c 1.5 1.6 +4 -4 wine/dlls/glu32/glu.c 1.5 1.6 +1 -1 wine/dlls/dsound/tests/dsound_test.h 1.7 1.8 +1 -1 wine/dlls/devenum/devenum_private.h 1.7 1.8 +1 -1 wine/dlls/devenum/createdevenum.c 1.9 1.10 +1 -1 wine/dlls/comctl32/tests/imagelist.c