wine/ relay32/snoop.c include/snoop.h include/ ...

Alexandre Julliard julliard at winehq.org
Thu Sep 18 23:04:57 CDT 2003


ChangeSet ID:	9411
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/09/18 23:04:57

Modified files:
	relay32        : snoop.c 
	include        : snoop.h module.h 
	dlls/ntdll     : ntdll_misc.h loader.c Makefile.in 
	dlls/kernel    : process.c 
Removed files:
	relay32        : builtin32.c 
	loader         : pe_image.c 

Log message:
	Moved the 32-bit builtin loader and the remaining bits of the PE
	loader into dlls/ntdll/loader.c.

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

Old revision  New revision  Changes     Path
 1.65          1.66          +49 -44     wine/relay32/snoop.c
 1.9           1.10          +0 -1       wine/include/snoop.h
 1.94          1.95          +0 -9       wine/include/module.h
 1.21          1.22          +1 -2       wine/dlls/ntdll/ntdll_misc.h
 1.35          1.36          +336 -64    wine/dlls/ntdll/loader.c
 1.83          1.84          +0 -2       wine/dlls/ntdll/Makefile.in
 1.8           1.9           +55 -5      wine/dlls/kernel/process.c
 1.97          Removed       +0 -0       wine/relay32/builtin32.c
 1.133         Removed       +0 -0       wine/loader/pe_image.c




More information about the wine-cvs mailing list