wine/ dlls/ntdll/loader.c dlls/ntdll/ntdll.spe ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 9 14:57:39 CDT 2002


ChangeSet ID:	1028923059919337684827955
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/08/09 14:57:39

Modified files:
	dlls/ntdll     : loader.c ntdll.spec rtl.c 
	include        : module.h ntddk.h 
	loader         : elf.c module.c pe_image.c pe_resource.c 
	misc           : version.c 
	msdos          : vxd.c 
	relay32        : builtin32.c relay386.c snoop.c 
	scheduler      : process.c 

Log message:
	Implemented the RtlImage* functions, and use them to replace the
	PE_HEADER macro.

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

Revision  Changes    Path
 1.5      +80 -0     wine/dlls/ntdll/loader.c
 1.73     +3 -1      wine/dlls/ntdll/ntdll.spec
 1.48     +0 -17     wine/dlls/ntdll/rtl.c
 1.67     +0 -7      wine/include/module.h
 1.47     +3 -0      wine/include/ntddk.h
 1.39     +1 -2      wine/loader/elf.c
 1.159    +5 -5      wine/loader/module.c
 1.115    +37 -74    wine/loader/pe_image.c
 1.38     +15 -59    wine/loader/pe_resource.c
 1.57     +11 -7     wine/misc/version.c
 1.36     +5 -2      wine/msdos/vxd.c
 1.88     +7 -1      wine/relay32/builtin32.c
 1.46     +11 -11    wine/relay32/relay386.c
 1.57     +7 -20     wine/relay32/snoop.c
 1.195    +6 -4      wine/scheduler/process.c




More information about the wine-cvs mailing list