wine/ programs/winedbg/winedbg.c dlls/ntdll/lo ...

Alexandre Julliard julliard at winehq.org
Tue Dec 14 14:03:23 CST 2004


ChangeSet ID:	14861
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/12/14 14:03:23

Modified files:
	programs/winedbg: winedbg.c 
	dlls/ntdll     : loader.c exception.c 
	dlls/kernel    : except.c 

Log message:
	Generate stub entries on the fly for missing entry points instead of
	returning a deadbeef pointer.

Patch: http://cvs.winehq.org/patch.py?id=14861

Old revision  New revision  Changes     Path
 1.27          1.28          +6 -3       wine/programs/winedbg/winedbg.c
 1.80          1.81          +93 -12     wine/dlls/ntdll/loader.c
 1.71          1.72          +10 -2      wine/dlls/ntdll/exception.c
 1.6           1.7           +6 -2       wine/dlls/kernel/except.c




More information about the wine-cvs mailing list