wine/ windows/message.c tools/winebuild/spec16 ...

Alexandre Julliard julliard at winehq.org
Thu Aug 28 14:57:36 CDT 2003


ChangeSet ID:	9131
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/08/28 14:57:36

Modified files:
	windows        : message.c 
	tools/winebuild: spec16.c 
	memory         : environ.c 
	loader         : module.c 
	include/wine   : server.h 
	include        : winternl.h thread.h async.h 
	dlls/winsock   : socket.c 
	dlls/winedos   : dosvm.c 
	dlls/user      : user_main.c msg16.c 
	dlls/ole32     : compobj_private.h 
	dlls/ntdll     : virtual.c thread.c exception.c 
	dlls/msvcrt    : except.c 
	dlls/kernel    : process.c change.c 

Log message:
	Start using the exported TEB structure from winternl.h where
	possible.

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

Old revision  New revision  Changes     Path
 1.155         1.156         +0 -1       wine/windows/message.c
 1.43          1.44          +1 -1       wine/tools/winebuild/spec16.c
 1.40          1.41          +1 -1       wine/memory/environ.c
 1.188         1.189         +1 -0       wine/loader/module.c
 1.11          1.12          +1 -1       wine/include/wine/server.h
 1.50          1.51          +36 -29     wine/include/winternl.h
 1.79          1.80          +4 -0       wine/include/thread.h
 1.6           1.7           +1 -0       wine/include/async.h
 1.132         1.133         +1 -0       wine/dlls/winsock/socket.c
 1.48          1.49          +1 -1       wine/dlls/winedos/dosvm.c
 1.56          1.57          +0 -1       wine/dlls/user/user_main.c
 1.20          1.21          +0 -1       wine/dlls/user/msg16.c
 1.10          1.11          +1 -1       wine/dlls/ole32/compobj_private.h
 1.10          1.11          +1 -0       wine/dlls/ntdll/virtual.c
 1.2           1.3           +1 -0       wine/dlls/ntdll/thread.c
 1.58          1.59          +1 -0       wine/dlls/ntdll/exception.c
 1.26          1.27          +0 -1       wine/dlls/msvcrt/except.c
 1.2           1.3           +1 -0       wine/dlls/kernel/process.c
 1.2           1.3           +1 -0       wine/dlls/kernel/change.c




More information about the wine-cvs mailing list