ChangeSet ID: 6514 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/05 14:33:09
Modified files: include/wine : obj_serviceprovider.h obj_misc.h obj_base.h include : urlmon.h unknwn.h shlobj.h shlguid.h servprov.h oleidl.h oledlg.h olectl.h oleauto.h ole2.h ole.h ocidl.h objidl.h objbase.h oaidl.h dplay.h dlls/shlwapi : thread.c regstream.c ordinal.c istream.c clist.c dlls/shell32 : shv_item_cmenu.c shv_bg_cmenu.c shlmenu.c shlfolder.c shfldr_mycomp.c shfldr_fs.c shfldr_desktop.c shellord.c shellfolder.h folders.c dragdrophelper.c dlls/shdocvw : shdocvw.h classinfo.c dlls/rpcrt4 : ndr_ole.c ndr_midl.c ndr_marshall.c cstub.c cpsf.c cproxy.c dlls/oleaut32 : typelib.c tmarshal.c safearray.c olefont.c dispatch.c connpt.c dlls/ole32 : storage32.h storage.c stg_bigblockfile.c oleobj.c ole32_main.h ole32_main.c moniker.c itemmoniker.c ifs.c ftmarshal.c filemoniker.c errorinfo.c datacache.c compositemoniker.c compobj.c bindctx.c antimoniker.c dlls/dplayx : dpclassfactory.c dlls/ddraw/d3ddevice: mesa.c main.c dlls/ddraw : mesa.c d3dviewport.c d3dvertexbuffer.c d3dtexture.c d3dmaterial.c d3dlight.c d3dexecutebuffer.c d3dcommon.c dlls/comctl32 : imagelist.c
Log message: Ove Kaaven ovek@transgaming.com Make sure that no files except unknwn.h include wine/obj_base.h directly.
Patch: http://cvs.winehq.com/patch.py?id=6514
Old revision New revision Changes Path 1.2 1.3 +1 -1 wine/include/wine/obj_serviceprovider.h 1.15 1.16 +0 -8 wine/include/wine/obj_misc.h 1.49 1.50 +4 -0 wine/include/wine/obj_base.h 1.11 1.12 +1 -1 wine/include/urlmon.h 1.5 1.6 +2 -0 wine/include/unknwn.h 1.53 1.54 +1 -3 wine/include/shlobj.h 1.13 1.14 +1 -1 wine/include/shlguid.h 1.5 1.6 +1 -1 wine/include/servprov.h 1.7 1.8 +4 -15 wine/include/oleidl.h 1.9 1.10 +1 -1 wine/include/oledlg.h 1.15 1.16 +2 -0 wine/include/olectl.h 1.45 1.46 +2 -7 wine/include/oleauto.h 1.36 1.37 +3 -10 wine/include/ole2.h 1.25 1.26 +1 -6 wine/include/ole.h 1.7 1.8 +7 -3 wine/include/ocidl.h 1.7 1.8 +4 -1 wine/include/objidl.h 1.22 1.23 +3 -18 wine/include/objbase.h 1.6 1.7 +7 -4 wine/include/oaidl.h 1.24 1.25 +0 -1 wine/include/dplay.h 1.5 1.6 +0 -1 wine/dlls/shlwapi/thread.c 1.10 1.11 +1 -2 wine/dlls/shlwapi/regstream.c 1.59 1.60 +0 -2 wine/dlls/shlwapi/ordinal.c 1.1 1.2 +0 -2 wine/dlls/shlwapi/istream.c 1.1 1.2 +1 -2 wine/dlls/shlwapi/clist.c 1.12 1.13 +1 -4 wine/dlls/shell32/shv_item_cmenu.c 1.22 1.23 +1 -3 wine/dlls/shell32/shv_bg_cmenu.c 1.29 1.30 +0 -3 wine/dlls/shell32/shlmenu.c 1.75 1.76 +1 -4 wine/dlls/shell32/shlfolder.c 1.3 1.4 +1 -5 wine/dlls/shell32/shfldr_mycomp.c 1.2 1.3 +1 -4 wine/dlls/shell32/shfldr_fs.c 1.3 1.4 +1 -4 wine/dlls/shell32/shfldr_desktop.c 1.106 1.107 +0 -1 wine/dlls/shell32/shellord.c 1.3 1.4 +1 -3 wine/dlls/shell32/shellfolder.h 1.32 1.33 +1 -2 wine/dlls/shell32/folders.c 1.3 1.4 +2 -4 wine/dlls/shell32/dragdrophelper.c 1.4 1.5 +3 -15 wine/dlls/shdocvw/shdocvw.h 1.6 1.7 +3 -1 wine/dlls/shdocvw/classinfo.c 1.1 1.2 +1 -4 wine/dlls/rpcrt4/ndr_ole.c 1.10 1.11 +1 -2 wine/dlls/rpcrt4/ndr_midl.c 1.14 1.15 +1 -1 wine/dlls/rpcrt4/ndr_marshall.c 1.2 1.3 +1 -2 wine/dlls/rpcrt4/cstub.c 1.2 1.3 +1 -2 wine/dlls/rpcrt4/cpsf.c 1.2 1.3 +1 -3 wine/dlls/rpcrt4/cproxy.c 1.81 1.82 +1 -1 wine/dlls/oleaut32/typelib.c 1.10 1.11 +0 -3 wine/dlls/oleaut32/tmarshal.c 1.18 1.19 +0 -1 wine/dlls/oleaut32/safearray.c 1.18 1.19 +1 -3 wine/dlls/oleaut32/olefont.c 1.7 1.8 +0 -2 wine/dlls/oleaut32/dispatch.c 1.7 1.8 +0 -2 wine/dlls/oleaut32/connpt.c 1.12 1.13 +1 -3 wine/dlls/ole32/storage32.h 1.27 1.28 +1 -3 wine/dlls/ole32/storage.c 1.7 1.8 +1 -2 wine/dlls/ole32/stg_bigblockfile.c 1.9 1.10 +1 -1 wine/dlls/ole32/oleobj.c 1.3 1.4 +6 -0 wine/dlls/ole32/ole32_main.h 1.10 1.11 +0 -1 wine/dlls/ole32/ole32_main.c 1.20 1.21 +0 -4 wine/dlls/ole32/moniker.c 1.14 1.15 +1 -5 wine/dlls/ole32/itemmoniker.c 1.23 1.24 +0 -2 wine/dlls/ole32/ifs.c 1.1 1.2 +1 -1 wine/dlls/ole32/ftmarshal.c 1.20 1.21 +0 -3 wine/dlls/ole32/filemoniker.c 1.12 1.13 +1 -3 wine/dlls/ole32/errorinfo.c 1.15 1.16 +0 -7 wine/dlls/ole32/datacache.c 1.15 1.16 +0 -5 wine/dlls/ole32/compositemoniker.c 1.69 1.70 +1 -7 wine/dlls/ole32/compobj.c 1.14 1.15 +1 -4 wine/dlls/ole32/bindctx.c 1.10 1.11 +1 -4 wine/dlls/ole32/antimoniker.c 1.14 1.15 +1 -1 wine/dlls/dplayx/dpclassfactory.c 1.36 1.37 +1 -1 wine/dlls/ddraw/d3ddevice/mesa.c 1.16 1.17 +1 -1 wine/dlls/ddraw/d3ddevice/main.c 1.10 1.11 +1 -1 wine/dlls/ddraw/mesa.c 1.12 1.13 +1 -1 wine/dlls/ddraw/d3dviewport.c 1.2 1.3 +1 -1 wine/dlls/ddraw/d3dvertexbuffer.c 1.20 1.21 +1 -1 wine/dlls/ddraw/d3dtexture.c 1.10 1.11 +1 -1 wine/dlls/ddraw/d3dmaterial.c 1.9 1.10 +1 -1 wine/dlls/ddraw/d3dlight.c 1.13 1.14 +1 -1 wine/dlls/ddraw/d3dexecutebuffer.c 1.5 1.6 +1 -1 wine/dlls/ddraw/d3dcommon.c 1.67 1.68 +1 -2 wine/dlls/comctl32/imagelist.c