Use the new protocol.def file to build the request structures.
authorAlexandre Julliard <julliard@winehq.org>
Thu, 19 Jul 2001 00:35:37 +0000 (00:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 19 Jul 2001 00:35:37 +0000 (00:35 +0000)
commit37ec927536da80e84066d0cba8d7f06190c5af94
treeae63bcc9a9cc35b65e92d0193f5c91d915678ef1
parent020146619cdc9a9b8f004cc14d2bc39d237c91e8
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.
server/Makefile.in
server/handle.h
server/object.h
server/process.h
server/protocol.def [new file with mode: 0644]
server/request.c
server/request.h
server/thread.h
server/unicode.h
tools/make_requests