ChangeSet ID: 995932219655793921556324 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/07/23 19:50:19
Modified files: dlls/lzexpand : lzexpand_main.c dlls/msvcrt : cpp.c exit.c mbcs.c msvcrt.h dlls/ntdll : signal_i386.c dlls/ole32 : compobj.c ifs.c ifs.h ole2.c dlls/oleaut32 : ole2disp.c typelib.c dlls/olecli : olecli_main.c dlls/olesvr : olesvr_main.c dlls/shell32 : shlmenu.c include : ole.h Added files: dlls/oleaut32 : ole2disp.h
Log message: Patrik Stridvall ps@leissner.se - Made sure that the files that contains the declarations of the implementated functions are included. - Corrected mismatching prototypes. - Cleaned up the include section.
Patch: http://cvs.winehq.com/patch.py?id=995932219655793921556324
Revision Changes Path 1.12 +7 -13 wine/dlls/lzexpand/lzexpand_main.c 1.8 +0 -3 wine/dlls/msvcrt/cpp.c 1.5 +0 -1 wine/dlls/msvcrt/exit.c 1.9 +1 -6 wine/dlls/msvcrt/mbcs.c 1.7 +3 -0 wine/dlls/msvcrt/msvcrt.h 1.29 +2 -2 wine/dlls/ntdll/signal_i386.c 1.45 +19 -16 wine/dlls/ole32/compobj.c 1.16 +10 -5 wine/dlls/ole32/ifs.c 1.2 +36 -0 wine/dlls/ole32/ifs.h 1.26 +11 -6 wine/dlls/ole32/ole2.c 1.19 +10 -5 wine/dlls/oleaut32/ole2disp.c 1.40 +9 -4 wine/dlls/oleaut32/typelib.c 1.1 +0 -0 wine/dlls/oleaut32/ole2disp.h 1.10 +5 -2 wine/dlls/olecli/olecli_main.c 1.7 +3 -3 wine/dlls/olesvr/olesvr_main.c 1.22 +3 -3 wine/dlls/shell32/shlmenu.c 1.22 +0 -62 wine/include/ole.h