wine/dlls urlmon/urlmon_main.c urlmon/urlmon.s ...

Alexandre Julliard julliard at winehq.org
Mon Aug 8 12:37:41 CDT 2005


ChangeSet ID:	19370
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/08/08 12:37:41

Modified files:
	dlls/urlmon    : urlmon_main.c urlmon.spec regsvr.c 
	dlls/shell32   : shellole.c shell32_main.h shell32_main.c 
	                 shell32.spec regsvr.c 
	dlls/rpcrt4    : rpcrt4_main.c rpcrt4.spec 
	dlls/qcap      : qcap_main.c qcap.spec 
	dlls/oleacc    : oleacc.spec main.c 
	dlls/ole32     : oleproxy.c ole32.spec 
	dlls/msxml3    : msxml3.spec main.c factory.c 
	dlls/msisys    : msisys.ocx.spec msisys.c 
	dlls/msi       : regsvr.c msipriv.h msi.spec msi.c 
	dlls/mshtml    : mshtml.spec main.c 
	dlls/mpr       : mpr_main.c mpr.spec 
	dlls/mlang     : regsvr.c mlang.spec mlang.c 
	dlls/mapi32    : mapi32_main.c mapi32.spec 

Log message:
	Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
	Dll(Un)RegisterServer with the dll name so that the compiler can check
	the prototypes.

Patch: http://cvs.winehq.org/patch.py?id=19370

Old revision  New revision  Changes     Path
 1.30          1.31          +4 -4       wine/dlls/urlmon/urlmon_main.c
 1.35          1.36          +6 -6       wine/dlls/urlmon/urlmon.spec
 1.2           1.3           +2 -2       wine/dlls/urlmon/regsvr.c
 1.82          1.83          +2 -2       wine/dlls/shell32/shellole.c
 1.102         1.103         +0 -5       wine/dlls/shell32/shell32_main.h
 1.153         1.154         +3 -3       wine/dlls/shell32/shell32_main.c
 1.99          1.100         +6 -6       wine/dlls/shell32/shell32.spec
 1.12          1.13          +2 -2       wine/dlls/shell32/regsvr.c
 1.57          1.58          +1 -1       wine/dlls/rpcrt4/rpcrt4_main.c
 1.57          1.58          +1 -1       wine/dlls/rpcrt4/rpcrt4.spec
 1.10          1.11          +4 -4       wine/dlls/qcap/qcap_main.c
 1.7           1.8           +4 -4       wine/dlls/qcap/qcap.spec
 1.4           1.5           +2 -2       wine/dlls/oleacc/oleacc.spec
 1.4           1.5           +2 -2       wine/dlls/oleacc/main.c
 1.37          1.38          +1 -1       wine/dlls/ole32/oleproxy.c
 1.65          1.66          +1 -1       wine/dlls/ole32/ole32.spec
 1.1           1.2           +3 -3       wine/dlls/msxml3/msxml3.spec
 1.1           1.2           +2 -2       wine/dlls/msxml3/main.c
 1.2           1.3           +1 -1       wine/dlls/msxml3/factory.c
 1.6           1.7           +4 -4       wine/dlls/msisys/msisys.ocx.spec
 1.7           1.8           +4 -5       wine/dlls/msisys/msisys.c
 1.1           1.2           +4 -2       wine/dlls/msi/regsvr.c
 1.72          1.73          +0 -5       wine/dlls/msi/msipriv.h
 1.40          1.41          +5 -5       wine/dlls/msi/msi.spec
 1.94          1.95          +3 -3       wine/dlls/msi/msi.c
 1.5           1.6           +5 -5       wine/dlls/mshtml/mshtml.spec
 1.18          1.19          +5 -5       wine/dlls/mshtml/main.c
 1.13          1.14          +1 -1       wine/dlls/mpr/mpr_main.c
 1.14          1.15          +1 -1       wine/dlls/mpr/mpr.spec
 1.1           1.2           +2 -2       wine/dlls/mlang/regsvr.c
 1.5           1.6           +4 -4       wine/dlls/mlang/mlang.spec
 1.20          1.21          +2 -2       wine/dlls/mlang/mlang.c
 1.8           1.9           +1 -1       wine/dlls/mapi32/mapi32_main.c
 1.15          1.16          +1 -1       wine/dlls/mapi32/mapi32.spec




More information about the wine-cvs mailing list