ChangeSet ID: 17561 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/17 09:41:38
Modified files: dlls/shdocvw : shdocvw_main.c shdocvw.spec regsvr.c dlls/rsaenh : rsaenh.spec rsaenh.c dlls/quartz : regsvr.c quartz.spec main.c dlls/olepro32 : olepro32stubs.c olepro32.spec dlls/hhctrl.ocx: regsvr.c hhctrl.ocx.spec dlls/dsound : regsvr.c dsound_main.c dsound.spec dlls/dmstyle : regsvr.c dmstyle_main.c dmstyle.spec dlls/dmime : regsvr.c dmime_main.c dmime.spec dlls/dmcompos : regsvr.c dmcompos_main.c dmcompos.spec dlls/devenum : devenum_main.c devenum.spec
Log message: Robert Shearman rob@codeweavers.com Rename MODULENAME_Dll* functions to Dll* for better consistency and type checking.
Patch: http://cvs.winehq.org/patch.py?id=17561
Old revision New revision Changes Path 1.26 1.27 +4 -4 wine/dlls/shdocvw/shdocvw_main.c 1.14 1.15 +6 -6 wine/dlls/shdocvw/shdocvw.spec 1.2 1.3 +2 -2 wine/dlls/shdocvw/regsvr.c 1.1 1.2 +2 -2 wine/dlls/rsaenh/rsaenh.spec 1.28 1.29 +2 -2 wine/dlls/rsaenh/rsaenh.c 1.20 1.21 +2 -2 wine/dlls/quartz/regsvr.c 1.18 1.19 +4 -4 wine/dlls/quartz/quartz.spec 1.45 1.46 +2 -2 wine/dlls/quartz/main.c 1.11 1.12 +4 -4 wine/dlls/olepro32/olepro32stubs.c 1.11 1.12 +4 -4 wine/dlls/olepro32/olepro32.spec 1.1 1.2 +2 -2 wine/dlls/hhctrl.ocx/regsvr.c 1.3 1.4 +2 -2 wine/dlls/hhctrl.ocx/hhctrl.ocx.spec 1.3 1.4 +2 -2 wine/dlls/dsound/regsvr.c 1.117 1.118 +2 -2 wine/dlls/dsound/dsound_main.c 1.17 1.18 +4 -4 wine/dlls/dsound/dsound.spec 1.5 1.6 +2 -2 wine/dlls/dmstyle/regsvr.c 1.12 1.13 +2 -2 wine/dlls/dmstyle/dmstyle_main.c 1.3 1.4 +4 -4 wine/dlls/dmstyle/dmstyle.spec 1.5 1.6 +2 -2 wine/dlls/dmime/regsvr.c 1.15 1.16 +3 -2 wine/dlls/dmime/dmime_main.c 1.3 1.4 +4 -4 wine/dlls/dmime/dmime.spec 1.4 1.5 +4 -2 wine/dlls/dmcompos/regsvr.c 1.10 1.11 +2 -2 wine/dlls/dmcompos/dmcompos_main.c 1.3 1.4 +4 -4 wine/dlls/dmcompos/dmcompos.spec 1.9 1.10 +4 -4 wine/dlls/devenum/devenum_main.c 1.7 1.8 +4 -4 wine/dlls/devenum/devenum.spec