ChangeSet ID: 995502937590727288275957 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@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