wine/ libs/wine/loader.c include/winternl.h in ...

Alexandre Julliard julliard at winehq.org
Thu Oct 9 19:12:17 CDT 2003


ChangeSet ID:	9718
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/10/09 19:12:17

Modified files:
	libs/wine      : loader.c 
	include        : winternl.h module.h 
	dlls/ntdll     : server.c ntdll_misc.h loader.c heap.c 
	dlls/kernel    : process.c kernel32.spec 

Log message:
	Changed the init code to make libwine load only ntdll and transfer
	control to it, and then have ntdll load kernel32 using the normal
	loader mechanisms.
	Get rid of BUILTIN32_LoadExeModule.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9718

Old revision  New revision  Changes     Path
 1.10          1.11          +8 -7       wine/libs/wine/loader.c
 1.60          1.61          +1 -1       wine/include/winternl.h
 1.101         1.102         +0 -3       wine/include/module.h
 1.3           1.4           +2 -4       wine/dlls/ntdll/server.c
 1.28          1.29          +1 -0       wine/dlls/ntdll/ntdll_misc.h
 1.47          1.48          +51 -24     wine/dlls/ntdll/loader.c
 1.24          1.25          +2 -11      wine/dlls/ntdll/heap.c
 1.23          1.24          +17 -27     wine/dlls/kernel/process.c
 1.112         1.113         +3 -0       wine/dlls/kernel/kernel32.spec




More information about the wine-cvs mailing list