ntdll: Store the file access and options in the fd cache, and get rid of the dynamic...
authorAlexandre Julliard <julliard@winehq.org>
Tue, 10 Apr 2007 20:32:46 +0000 (22:32 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 10 Apr 2007 20:32:46 +0000 (22:32 +0200)
commitd85121f1996a7a2f79ccdedb6710a434486b66eb
treef274c6272e01d4ca074f72408f3d435b2def31bb
parent7a9363a4d4f93607e78a488d87fac05865ecc57e
ntdll: Store the file access and options in the fd cache, and get rid of the dynamic flags.

This avoids server round-trips for all file I/O.
dlls/ntdll/file.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/server.c
dlls/ws2_32/socket.c
include/wine/server.h
include/wine/server_protocol.h
server/fd.c
server/protocol.def
server/trace.c