wine/ tools/winebuild/spec32.c include/config. ...

Alexandre Julliard julliard at winehq.org
Wed Jan 7 21:36:54 CST 2004


ChangeSet ID:	10601
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/01/07 21:36:54

Modified files:
	tools/winebuild: spec32.c 
	include        : config.h.in 
	dlls/ntdll     : loader.c 
	dlls/kernel    : process.c 
	.              : configure.ac configure 

Log message:
	If supported by the linker, prevent the ELF loader from calling the
	dll constructors at load time and call them from the dll entry point
	instead.

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

Old revision  New revision  Changes     Path
 1.72          1.73          +70 -98     wine/tools/winebuild/spec32.c
 1.175         1.176         +5 -0       wine/include/config.h.in
 1.61          1.62          +2 -0       wine/dlls/ntdll/loader.c
 1.39          1.40          +3 -0       wine/dlls/kernel/process.c
 1.225         1.226         +9 -0       wine/configure.ac
 1.506         1.507         +66 -0      wine/configure




More information about the wine-cvs mailing list