wine/ include/winternl.h dlls/user/winproc.c d ...

Alexandre Julliard julliard at winehq.org
Mon May 16 12:52:11 CDT 2005


ChangeSet ID:	17539
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/05/16 12:52:11

Modified files:
	include        : winternl.h 
	dlls/user      : winproc.c 
	dlls/ntdll     : sync.c signal_i386.c path.c ntdll_misc.h file.c 
	dlls/kernel    : wowthunk.c thunk.c thread.c task.c syslevel.c 
	                 locale.c kernel_main.c instr.c comm.c 
	dlls/dbghelp   : stack.c 

Log message:
	Removed the special casing of kernel32 and ntdll for the TEB
	definition in winternl.h.

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

Old revision  New revision  Changes     Path
 1.125         1.126         +0 -4       wine/include/winternl.h
 1.5           1.6           +0 -1       wine/dlls/user/winproc.c
 1.46          1.47          +0 -2       wine/dlls/ntdll/sync.c
 1.92          1.93          +1 -2       wine/dlls/ntdll/signal_i386.c
 1.29          1.30          +1 -2       wine/dlls/ntdll/path.c
 1.53          1.54          +0 -1       wine/dlls/ntdll/ntdll_misc.h
 1.86          1.87          +1 -0       wine/dlls/ntdll/file.c
 1.57          1.58          +1 -0       wine/dlls/kernel/wowthunk.c
 1.55          1.56          +1 -0       wine/dlls/kernel/thunk.c
 1.22          1.23          +1 -1       wine/dlls/kernel/thread.c
 1.23          1.24          +1 -1       wine/dlls/kernel/task.c
 1.4           1.5           +1 -1       wine/dlls/kernel/syslevel.c
 1.60          1.61          +1 -1       wine/dlls/kernel/locale.c
 1.71          1.72          +1 -1       wine/dlls/kernel/kernel_main.c
 1.17          1.18          +1 -1       wine/dlls/kernel/instr.c
 1.93          1.94          +1 -1       wine/dlls/kernel/comm.c
 1.7           1.8           +0 -1       wine/dlls/dbghelp/stack.c




More information about the wine-cvs mailing list