ChangeSet ID: 17864 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/01 14:57:43
Modified files: dlls/msi : msi.c dlls/mshtml : view.c persist.c oleobj.c mshtml_private.h htmldoc.c dlls/msdmo : dmoreg.c dlls/mlang : mlang.c dlls/mapi32 : prop.c dlls/itss : storage.c moniker.c itss.c dlls/dxdiagn : provider.c dxdiag_private.h dxdiag_main.c container.c dlls/dswave : dswave_private.h dswave_main.c dswave.c dlls/dsound : sound3d.c propset.c primary.c dsound_private.h dsound_main.c dsound.c capture.c buffer.c dlls/dpnet : dpnet_private.h dpnet_main.c client.c address.c dlls/dplayx : lobbysp.c dplobby.c dplaysp.c dplay_global.h dplay.c dpclassfactory.c dlls/dmusic : thru.c portdownload.c port.c instrument.c downloadedinstrument.c download.c dmusic_private.h dmusic_main.c dmusic.c collection.c clock.c buffer.c dlls/dmsynth : synthsink.c synth.c dmsynth_private.h dmsynth_main.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Make more of the OLE interface vtables const.
Patch: http://cvs.winehq.org/patch.py?id=17864
Old revision New revision Changes Path 1.83 1.84 +2 -2 wine/dlls/msi/msi.c 1.3 1.4 +1 -1 wine/dlls/mshtml/view.c 1.2 1.3 +3 -3 wine/dlls/mshtml/persist.c 1.4 1.5 +3 -3 wine/dlls/mshtml/oleobj.c 1.6 1.7 +8 -8 wine/dlls/mshtml/mshtml_private.h 1.6 1.7 +1 -1 wine/dlls/mshtml/htmldoc.c 1.14 1.15 +4 -4 wine/dlls/msdmo/dmoreg.c 1.17 1.18 +11 -11 wine/dlls/mlang/mlang.c 1.9 1.10 +2 -2 wine/dlls/mapi32/prop.c 1.6 1.7 +6 -6 wine/dlls/itss/storage.c 1.6 1.7 +4 -4 wine/dlls/itss/moniker.c 1.11 1.12 +3 -3 wine/dlls/itss/itss.c 1.8 1.9 +1 -1 wine/dlls/dxdiagn/provider.c 1.7 1.8 +2 -21 wine/dlls/dxdiagn/dxdiag_private.h 1.8 1.9 +2 -2 wine/dlls/dxdiagn/dxdiag_main.c 1.7 1.8 +1 -2 wine/dlls/dxdiagn/container.c 1.7 1.8 +5 -58 wine/dlls/dswave/dswave_private.h 1.8 1.9 +1 -1 wine/dlls/dswave/dswave_main.c 1.9 1.10 +5 -5 wine/dlls/dswave/dswave.c 1.40 1.41 +2 -2 wine/dlls/dsound/sound3d.c 1.39 1.40 +2 -2 wine/dlls/dsound/propset.c 1.47 1.48 +1 -1 wine/dlls/dsound/primary.c 1.28 1.29 +19 -19 wine/dlls/dsound/dsound_private.h 1.119 1.120 +2 -2 wine/dlls/dsound/dsound_main.c 1.33 1.34 +6 -6 wine/dlls/dsound/dsound.c 1.47 1.48 +9 -9 wine/dlls/dsound/capture.c 1.50 1.51 +3 -3 wine/dlls/dsound/buffer.c 1.4 1.5 +3 -36 wine/dlls/dpnet/dpnet_private.h 1.6 1.7 +2 -2 wine/dlls/dpnet/dpnet_main.c 1.6 1.7 +1 -1 wine/dlls/dpnet/client.c 1.7 1.8 +1 -1 wine/dlls/dpnet/address.c 1.10 1.11 +3 -4 wine/dlls/dplayx/lobbysp.c 1.42 1.43 +16 -20 wine/dlls/dplayx/dplobby.c 1.19 1.20 +3 -4 wine/dlls/dplayx/dplaysp.c 1.9 1.10 +3 -3 wine/dlls/dplayx/dplay_global.h 1.58 1.59 +13 -13 wine/dlls/dplayx/dplay.c 1.23 1.24 +2 -2 wine/dlls/dplayx/dpclassfactory.c 1.10 1.11 +1 -1 wine/dlls/dmusic/thru.c 1.10 1.11 +1 -1 wine/dlls/dmusic/portdownload.c 1.10 1.11 +1 -1 wine/dlls/dmusic/port.c 1.10 1.11 +3 -3 wine/dlls/dmusic/instrument.c 1.11 1.12 +1 -1 wine/dlls/dmusic/downloadedinstrument.c 1.11 1.12 +1 -1 wine/dlls/dmusic/download.c 1.25 1.26 +15 -135 wine/dlls/dmusic/dmusic_private.h 1.18 1.19 +3 -3 wine/dlls/dmusic/dmusic_main.c 1.21 1.22 +1 -1 wine/dlls/dmusic/dmusic.c 1.13 1.14 +4 -4 wine/dlls/dmusic/collection.c 1.10 1.11 +1 -1 wine/dlls/dmusic/clock.c 1.11 1.12 +1 -1 wine/dlls/dmusic/buffer.c 1.10 1.11 +1 -1 wine/dlls/dmsynth/synthsink.c 1.10 1.11 +1 -1 wine/dlls/dmsynth/synth.c 1.9 1.10 +2 -44 wine/dlls/dmsynth/dmsynth_private.h 1.11 1.12 +3 -3 wine/dlls/dmsynth/dmsynth_main.c