ChangeSet ID: 9264 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/09 14:39:32
Modified files: include : oleidl.idl oleidl.h dlls/shell32 : shlfolder.c shfldr_fs.c shfldr_desktop.c dragdrophelper.c dlls/shdocvw : shdocvw_main.c shdocvw.h events.c Makefile.in dlls/rpcrt4 : rpcrt4_main.c dlls/quartz : enummoniker.c dlls/olepro32 : olepro32stubs.c dlls/oleaut32 : ole2disp.c dlls/ole32 : stg_bigblockfile.c rpc.c oleproxy.c oleobj.c ole16.c moniker.c memlockbytes16.c memlockbytes.c marshal.c itemmoniker.c ifs.c hglobalstream.c git.c defaulthandler.c compositemoniker.c dlls/msvideo/msrle32: msrle_private.h dlls/mshtml : main.c dlls/dplayx : lobbysp.h dplobby.c dplayx_global.h dplaysp.h dplay.c dlls/avifil32 : getframe.c factory.c extrachunk.c dlls/avicap32 : avicap32_main.c
Log message: Fixed a few more headers dependency issues.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9264
Old revision New revision Changes Path 1.2 1.3 +3 -5 wine/include/oleidl.idl 1.14 1.15 +12 -20 wine/include/oleidl.h 1.82 1.83 +1 -0 wine/dlls/shell32/shlfolder.c 1.13 1.14 +1 -0 wine/dlls/shell32/shfldr_fs.c 1.11 1.12 +1 -0 wine/dlls/shell32/shfldr_desktop.c 1.7 1.8 +2 -2 wine/dlls/shell32/dragdrophelper.c 1.13 1.14 +1 -1 wine/dlls/shdocvw/shdocvw_main.c 1.8 1.9 +0 -6 wine/dlls/shdocvw/shdocvw.h 1.7 1.8 +3 -0 wine/dlls/shdocvw/events.c 1.10 1.11 +1 -0 wine/dlls/shdocvw/Makefile.in 1.46 1.47 +1 -0 wine/dlls/rpcrt4/rpcrt4_main.c 1.2 1.3 +1 -0 wine/dlls/quartz/enummoniker.c 1.9 1.10 +1 -0 wine/dlls/olepro32/olepro32stubs.c 1.31 1.32 +2 -2 wine/dlls/oleaut32/ole2disp.c 1.10 1.11 +1 -0 wine/dlls/ole32/stg_bigblockfile.c 1.11 1.12 +1 -0 wine/dlls/ole32/rpc.c 1.9 1.10 +1 -0 wine/dlls/ole32/oleproxy.c 1.12 1.13 +1 -1 wine/dlls/ole32/oleobj.c 1.6 1.7 +1 -0 wine/dlls/ole32/ole16.c 1.25 1.26 +1 -0 wine/dlls/ole32/moniker.c 1.3 1.4 +1 -0 wine/dlls/ole32/memlockbytes16.c 1.13 1.14 +1 -0 wine/dlls/ole32/memlockbytes.c 1.10 1.11 +1 -0 wine/dlls/ole32/marshal.c 1.19 1.20 +1 -0 wine/dlls/ole32/itemmoniker.c 1.29 1.30 +1 -0 wine/dlls/ole32/ifs.c 1.17 1.18 +1 -0 wine/dlls/ole32/hglobalstream.c 1.7 1.8 +1 -0 wine/dlls/ole32/git.c 1.12 1.13 +1 -0 wine/dlls/ole32/defaulthandler.c 1.22 1.23 +1 -0 wine/dlls/ole32/compositemoniker.c 1.4 1.5 +1 -0 wine/dlls/msvideo/msrle32/msrle_private.h 1.1 1.2 +1 -0 wine/dlls/mshtml/main.c 1.7 1.8 +1 -0 wine/dlls/dplayx/lobbysp.h 1.28 1.29 +2 -2 wine/dlls/dplayx/dplobby.c 1.8 1.9 +1 -0 wine/dlls/dplayx/dplayx_global.h 1.12 1.13 +1 -0 wine/dlls/dplayx/dplaysp.h 1.43 1.44 +0 -1 wine/dlls/dplayx/dplay.c 1.8 1.9 +1 -0 wine/dlls/avifil32/getframe.c 1.10 1.11 +1 -0 wine/dlls/avifil32/factory.c 1.7 1.8 +1 -0 wine/dlls/avifil32/extrachunk.c 1.10 1.11 +1 -0 wine/dlls/avicap32/avicap32_main.c