Alexandre Julliard : ntoskrnl: Implement creation and destruction of file objects.
Module: wine Branch: master Commit: 13499a3d115998ced8aaacb62900766174e99af2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=13499a3d115998ced8aaacb629... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jul 8 18:56:01 2015 +0900 ntoskrnl: Implement creation and destruction of file objects. --- dlls/ntoskrnl.exe/ntoskrnl.c | 100 ++++++++++++++++++++++++++++++++++++++--- include/wine/server_protocol.h | 7 +-- server/device.c | 26 ++++++++++- server/protocol.def | 3 +- server/request.h | 5 ++- server/trace.c | 3 +- 6 files changed, 130 insertions(+), 14 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=13499a3d115998ced8aaac...
participants (1)
-
Alexandre Julliard