wine/ include/wine/server.h include/thread.h d ...

Alexandre Julliard julliard at winehq.org
Wed Nov 5 18:08:05 CST 2003


ChangeSet ID:	9983
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/11/05 18:08:05

Modified files:
	include/wine   : server.h 
	include        : thread.h 
	dlls/ntdll     : thread.c sysdeps.c sync.c signal_sparc.c 
	                 signal_powerpc.c signal_i386.c server.c 
	                 ntdll_misc.h 

Log message:
	Added server_abort_thread to replace SYSDEPS_AbortThread.
	Removed no longer used SIGNAL_Block and SIGNAL_Reset.
	Moved some internal ntdll definitions to ntdll_misc.h.

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

Old revision  New revision  Changes     Path
 1.16          1.17          +0 -4       wine/include/wine/server.h
 1.88          1.89          +0 -8       wine/include/thread.h
 1.10          1.11          +8 -8       wine/dlls/ntdll/thread.c
 1.15          1.16          +0 -15      wine/dlls/ntdll/sysdeps.c
 1.32          1.33          +1 -1       wine/dlls/ntdll/sync.c
 1.30          1.31          +1 -38      wine/dlls/ntdll/signal_sparc.c
 1.21          1.22          +1 -42      wine/dlls/ntdll/signal_powerpc.c
 1.78          1.79          +3 -43      wine/dlls/ntdll/signal_i386.c
 1.4           1.5           +26 -10     wine/dlls/ntdll/server.c
 1.30          1.31          +8 -2       wine/dlls/ntdll/ntdll_misc.h




More information about the wine-cvs mailing list