wine/ tools/winebuild/build.h include/thread.h ...

Alexandre Julliard julliard at winehq.org
Sat May 14 07:16:46 CDT 2005


ChangeSet ID:	17501
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/05/14 07:16:46

Modified files:
	tools/winebuild: build.h 
	include        : thread.h stackframe.h 
	dlls/user      : winproc.c 
	dlls/ntdll     : signal_i386.c 
	dlls/kernel    : wowthunk.c thunk.c task.c system.c ne_segment.c 
	                 ne_module.c kernel_main.c 
	dlls/dbghelp   : stack.c 

Log message:
	Store the 16-bit stack pointer in the WOW32Reserved TEB field.

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

Old revision  New revision  Changes     Path
 1.57          1.58          +1 -1       wine/tools/winebuild/build.h
 1.101         1.102         +2 -2       wine/include/thread.h
 1.22          1.23          +10 -5      wine/include/stackframe.h
 1.3           1.4           +2 -4       wine/dlls/user/winproc.c
 1.91          1.92          +1 -1       wine/dlls/ntdll/signal_i386.c
 1.55          1.56          +8 -8       wine/dlls/kernel/wowthunk.c
 1.53          1.54          +23 -27     wine/dlls/kernel/thunk.c
 1.21          1.22          +9 -9       wine/dlls/kernel/task.c
 1.6           1.7           +1 -2       wine/dlls/kernel/system.c
 1.13          1.14          +13 -14     wine/dlls/kernel/ne_segment.c
 1.32          1.33          +3 -3       wine/dlls/kernel/ne_module.c
 1.69          1.70          +3 -3       wine/dlls/kernel/kernel_main.c
 1.5           1.6           +1 -1       wine/dlls/dbghelp/stack.c




More information about the wine-cvs mailing list