ChangeSet ID: 1008030620354231243487448 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/12/10 19:30:20
Modified files: dlls/comctl32 : commctrl.c dlls/commdlg : filedlgbrowser.c dlls/richedit : richedit.c dlls/shell32 : clipboard.c shellord.c shellpath.c undocshell.h dlls/shlwapi : ordinal.c ordinal.h path.c reg.c shlwapi_main.c string.c url.c dlls/wininet : http.c internet.c include : shlwapi.h
Log message: Jon Griffiths jon_p_griffiths@yahoo.com Add exclusion defs & remaining funcs, remove internal types & obj_base.h (sync with win version), fixed a number of function prototypes.
Patch: http://cvs.winehq.com/patch.py?id=1008030620354231243487448
Revision Changes Path 1.45 +2 -0 wine/dlls/comctl32/commctrl.c 1.31 +1 -0 wine/dlls/commdlg/filedlgbrowser.c 1.14 +1 -0 wine/dlls/richedit/richedit.c 1.8 +1 -1 wine/dlls/shell32/clipboard.c 1.89 +2 -1 wine/dlls/shell32/shellord.c 1.58 +2 -2 wine/dlls/shell32/shellpath.c 1.2 +0 -4 wine/dlls/shell32/undocshell.h 1.27 +24 -0 wine/dlls/shlwapi/ordinal.c 1.2 +4 -3 wine/dlls/shlwapi/ordinal.h 1.13 +6 -4 wine/dlls/shlwapi/path.c 1.20 +15 -14 wine/dlls/shlwapi/reg.c 1.11 +1 -0 wine/dlls/shlwapi/shlwapi_main.c 1.18 +1 -0 wine/dlls/shlwapi/string.c 1.13 +2 -0 wine/dlls/shlwapi/url.c 1.21 +1 -0 wine/dlls/wininet/http.c 1.27 +1 -0 wine/dlls/wininet/internet.c 1.21 +536 -364 wine/include/shlwapi.h