wine/ server/Makefile.in server/handle.h serve ...

Alexandre Julliard julliard at winehq.com
Wed Jul 18 19:35:37 CDT 2001


ChangeSet ID:	995502937590727288275957
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/07/18 20:35:37

Modified files:
	server         : Makefile.in handle.h object.h process.h 
	                 request.c request.h thread.h unicode.h 
	tools          : make_requests 
Added files:
	server         : protocol.def 

Log message:
	Use the new protocol.def file to build the request structures.
	Define protocol structures in a separate server_protocol.h file.
	Removed __WINE_SERVER__ checks now that all includes are in the right
	directory.

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

Revision  Changes    Path
 1.29     +1 -1      wine/server/Makefile.in
 1.8      +1 -5      wine/server/handle.h
 1.33     +1 -5      wine/server/object.h
 1.22     +0 -4      wine/server/process.h
 1.54     +0 -1      wine/server/request.c
 1.48     +1 -4      wine/server/request.h
 1.36     +0 -4      wine/server/thread.h
 1.6      +0 -4      wine/server/unicode.h
 1.1     +0 -0       wine/server/protocol.def
 1.25     +128 -60   wine/tools/make_requests





More information about the wine-cvs mailing list