Alexandre Julliard : server: Rename ioctl to irp to allow supporting various types of I/O requests.

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 6 09:29:04 CDT 2015


Module: wine
Branch: master
Commit: 165dd1ff361817f1ba744eba2af786cc5ee2b602
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=165dd1ff361817f1ba744eba2af786cc5ee2b602

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May  5 11:34:15 2015 +0900

server: Rename ioctl to irp to allow supporting various types of I/O requests.

---

 dlls/ntdll/file.c              |   2 +-
 dlls/ntoskrnl.exe/ntoskrnl.c   |  34 ++++--
 include/wine/server_protocol.h |  27 ++---
 server/device.c                | 258 +++++++++++++++++++++--------------------
 server/protocol.def            |  34 +++---
 server/request.h               |  37 +++---
 server/trace.c                 |  20 ++--
 7 files changed, 214 insertions(+), 198 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=165dd1ff361817f1ba744eba2af786cc5ee2b602



More information about the wine-cvs mailing list