wine/ scheduler/process.c relay32/relay386.c l ...

Alexandre Julliard julliard at winehq.org
Mon Jun 30 22:38:56 CDT 2003


ChangeSet ID:	8643
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/06/30 22:38:56

Modified files:
	scheduler      : process.c 
	relay32        : relay386.c 
	loader         : pe_image.c 
	include        : winternl.h module.h 
	dlls/ntdll     : loader.c 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	- removed next & prev fields from WINE_MODREF and implement instead
	the three linked lists in LDR_MODULE
	- added PEB_LDR_DATA structure to PEB
	- removed a couple of no longer needed global & static variables

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

Old revision  New revision  Changes     Path
 1.223         1.224         +13 -8      wine/scheduler/process.c
 1.56          1.57          +8 -6       wine/relay32/relay386.c
 1.131         1.132         +3 -9       wine/loader/pe_image.c
 1.44          1.45          +44 -1      wine/include/winternl.h
 1.87          1.88          +0 -4       wine/include/module.h
 1.29          1.30          +143 -92    wine/dlls/ntdll/loader.c




More information about the wine-cvs mailing list