wine/ tools/winebuild/relay.c dlls/ntdll/signa ...

Alexandre Julliard julliard at winehq.org
Wed Oct 8 17:59:22 CDT 2003


ChangeSet ID:	9694
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/10/08 17:59:22

Modified files:
	tools/winebuild: relay.c 
	dlls/ntdll     : signal_i386.c ntdll.spec 
	dlls/kernel    : syslevel.c 

Log message:
	Added __wine_set_signal_fs function to avoid sharing the
	SYSLEVEL_Win16CurrentTeb variable between kernel and ntdll.
	On the kernel side, replaced SYSLEVEL_Win16CurrentTeb by
	CallTo16_TebSelector stored directly in the asm relay code to avoid a
	run-time relocation.

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

Old revision  New revision  Changes     Path
 1.30          1.31          +5 -8       wine/tools/winebuild/relay.c
 1.70          1.71          +13 -4      wine/dlls/ntdll/signal_i386.c
 1.129         1.130         +1 -0       wine/dlls/ntdll/ntdll.spec
 1.1           1.2           +9 -3       wine/dlls/kernel/syslevel.c




More information about the wine-cvs mailing list