wine/ tools/winebuild/spec32.c dlls/x11drv/x11 ...

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 4 17:53:47 CST 2002


ChangeSet ID:	6171
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/11/04 17:53:47

Modified files:
	tools/winebuild: spec32.c 
	dlls/x11drv    : x11drv_main.c x11drv.spec 
	dlls/winspool  : wspool.c winspool.drv.spec 
	dlls/winsock   : ws2_32.spec socket.c 
	dlls/winmm/mciavi: mciavi.drv.spec mciavi.c 
	dlls/winmm     : winmm.spec winmm.c 
	dlls/wininet   : wininet.spec internet.c 
	dlls/wineps    : wineps.spec init.c 
	dlls/winedos   : winedos.spec dosvm.c 
	dlls/winaspi   : wnaspi32.spec winaspi32.c 
	dlls/urlmon    : urlmon_main.c urlmon.spec 
	dlls/twain     : twain_32.spec twain32_main.c 
	dlls/ttydrv    : ttydrv_main.c ttydrv.spec 
	dlls/snmpapi   : snmpapi.spec main.c 
	dlls/shlwapi   : shlwapi_main.c shlwapi.spec 
	dlls/shell32   : shell32_main.c shell32.spec 
	dlls/serialui  : serialui.spec confdlg.c 
	dlls/rpcrt4    : rpcrt4_main.c rpcrt4.spec 
	dlls/richedit  : richedit.c riched32.spec 
	dlls/opengl32  : wgl.c opengl32.spec 
	dlls/ole32     : ole32_main.c ole32.spec 
	dlls/odbc32    : proxyodbc.c odbc32.spec 
	dlls/netapi32  : netapi32.spec netapi32.c 
	dlls/msvideo/msrle32: msrle32.spec msrle32.c 
	dlls/msvcrt    : msvcrt.spec main.c 
	dlls/msisys    : msisys.ocx.spec msisys.c 
	dlls/msacm     : msacm32_main.c msacm32.spec 
	dlls/imagehlp  : imagehlp_main.c imagehlp.spec 
	dlls/gdi       : gdi_main.c gdi32.spec 
	dlls/dplayx    : dplayx_main.c dplayx.spec 
	dlls/dinput    : dinput_main.c dinput.spec 
	dlls/ddraw     : main.c ddraw.spec 
	dlls/d3d8      : d3d8_main.c d3d8.spec 
	dlls/crtdll    : crtdll_main.c crtdll.spec 
	dlls/commdlg   : comdlg32.spec cdlg32.c 
	dlls/comctl32  : commctrl.c comctl32.spec 
	dlls/comcat    : comcat_main.c comcat.spec 
	dlls/avifil32  : factory.c avifil32.spec 

Log message:
	Made the dll entry point default to DllMain and removed most of the
	'init' spec file declarations.

Patch: http://cvs.winehq.com/patch.py?id=6171

Old revision  New revision  Changes     Path
 1.54          1.55          +11 -1      wine/tools/winebuild/spec32.c
 1.62          1.63          +1 -1       wine/dlls/x11drv/x11drv_main.c
 1.41          1.42          +0 -2       wine/dlls/x11drv/x11drv.spec
 1.7           1.8           +2 -4       wine/dlls/winspool/wspool.c
 1.15          1.16          +0 -2       wine/dlls/winspool/winspool.drv.spec
 1.26          1.27          +0 -3       wine/dlls/winsock/ws2_32.spec
 1.111         1.112         +2 -2       wine/dlls/winsock/socket.c
 1.8           1.9           +0 -2       wine/dlls/winmm/mciavi/mciavi.drv.spec
 1.14          1.15          +1 -1       wine/dlls/winmm/mciavi/mciavi.c
 1.17          1.18          +0 -2       wine/dlls/winmm/winmm.spec
 1.7           1.8           +2 -2       wine/dlls/winmm/winmm.c
 1.24          1.25          +0 -2       wine/dlls/wininet/wininet.spec
 1.43          1.44          +2 -3       wine/dlls/wininet/internet.c
 1.20          1.21          +0 -2       wine/dlls/wineps/wineps.spec
 1.40          1.41          +3 -3       wine/dlls/wineps/init.c
 1.12          1.13          +0 -2       wine/dlls/winedos/winedos.spec
 1.28          1.29          +2 -2       wine/dlls/winedos/dosvm.c
 1.8           1.9           +0 -2       wine/dlls/winaspi/wnaspi32.spec
 1.24          1.25          +1 -1       wine/dlls/winaspi/winaspi32.c
 1.11          1.12          +2 -3       wine/dlls/urlmon/urlmon_main.c
 1.18          1.19          +0 -2       wine/dlls/urlmon/urlmon.spec
 1.4           1.5           +0 -2       wine/dlls/twain/twain_32.spec
 1.3           1.4           +1 -2       wine/dlls/twain/twain32_main.c
 1.16          1.17          +1 -1       wine/dlls/ttydrv/ttydrv_main.c
 1.29          1.30          +0 -2       wine/dlls/ttydrv/ttydrv.spec
 1.4           1.5           +0 -2       wine/dlls/snmpapi/snmpapi.spec
 1.3           1.4           +2 -2       wine/dlls/snmpapi/main.c
 1.18          1.19          +2 -2       wine/dlls/shlwapi/shlwapi_main.c
 1.60          1.61          +0 -2       wine/dlls/shlwapi/shlwapi.spec
 1.106         1.107         +2 -2       wine/dlls/shell32/shell32_main.c
 1.56          1.57          +0 -2       wine/dlls/shell32/shell32.spec
 1.10          1.11          +0 -2       wine/dlls/serialui/serialui.spec
 1.12          1.13          +2 -3       wine/dlls/serialui/confdlg.c
 1.35          1.36          +2 -3       wine/dlls/rpcrt4/rpcrt4_main.c
 1.38          1.39          +0 -2       wine/dlls/rpcrt4/rpcrt4.spec
 1.23          1.24          +2 -3       wine/dlls/richedit/richedit.c
 1.8           1.9           +0 -2       wine/dlls/richedit/riched32.spec
 1.28          1.29          +1 -1       wine/dlls/opengl32/wgl.c
 1.14          1.15          +0 -2       wine/dlls/opengl32/opengl32.spec
 1.8           1.9           +2 -2       wine/dlls/ole32/ole32_main.c
 1.40          1.41          +0 -2       wine/dlls/ole32/ole32.spec
 1.20          1.21          +2 -3       wine/dlls/odbc32/proxyodbc.c
 1.8           1.9           +0 -2       wine/dlls/odbc32/odbc32.spec
 1.6           1.7           +0 -2       wine/dlls/netapi32/netapi32.spec
 1.7           1.8           +1 -2       wine/dlls/netapi32/netapi32.c
 1.1           1.2           +0 -2       wine/dlls/msvideo/msrle32/msrle32.spec
 1.2           1.3           +1 -1       wine/dlls/msvideo/msrle32/msrle32.c
 1.50          1.51          +0 -1       wine/dlls/msvcrt/msvcrt.spec
 1.12          1.13          +1 -1       wine/dlls/msvcrt/main.c
 1.4           1.5           +0 -2       wine/dlls/msisys/msisys.ocx.spec
 1.2           1.3           +2 -2       wine/dlls/msisys/msisys.c
 1.12          1.13          +2 -2       wine/dlls/msacm/msacm32_main.c
 1.14          1.15          +0 -2       wine/dlls/msacm/msacm32.spec
 1.10          1.11          +2 -3       wine/dlls/imagehlp/imagehlp_main.c
 1.8           1.9           +0 -2       wine/dlls/imagehlp/imagehlp.spec
 1.13          1.14          +1 -1       wine/dlls/gdi/gdi_main.c
 1.23          1.24          +0 -2       wine/dlls/gdi/gdi32.spec
 1.13          1.14          +1 -1       wine/dlls/dplayx/dplayx_main.c
 1.15          1.16          +0 -2       wine/dlls/dplayx/dplayx.spec
 1.28          1.29          +1 -1       wine/dlls/dinput/dinput_main.c
 1.10          1.11          +0 -2       wine/dlls/dinput/dinput.spec
 1.28          1.29          +1 -1       wine/dlls/ddraw/main.c
 1.15          1.16          +0 -2       wine/dlls/ddraw/ddraw.spec
 1.3           1.4           +1 -1       wine/dlls/d3d8/d3d8_main.c
 1.2           1.3           +0 -2       wine/dlls/d3d8/d3d8.spec
 1.47          1.48          +2 -2       wine/dlls/crtdll/crtdll_main.c
 1.40          1.41          +0 -1       wine/dlls/crtdll/crtdll.spec
 1.19          1.20          +0 -2       wine/dlls/commdlg/comdlg32.spec
 1.24          1.25          +2 -2       wine/dlls/commdlg/cdlg32.c
 1.61          1.62          +2 -3       wine/dlls/comctl32/commctrl.c
 1.35          1.36          +0 -2       wine/dlls/comctl32/comctl32.spec
 1.4           1.5           +2 -2       wine/dlls/comcat/comcat_main.c
 1.3           1.4           +0 -2       wine/dlls/comcat/comcat.spec
 1.4           1.5           +2 -3       wine/dlls/avifil32/factory.c
 1.14          1.15          +0 -2       wine/dlls/avifil32/avifil32.spec




More information about the wine-cvs mailing list