Zebediah Figura : ntoskrnl.exe: Move PNP code to a separate file.

Alexandre Julliard julliard at winehq.org
Mon Jun 3 16:07:15 CDT 2019


Module: wine
Branch: master
Commit: 3b2592a2bcc6fe510eda99a05a08ef05e9ed7ca4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3b2592a2bcc6fe510eda99a05a08ef05e9ed7ca4

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu May 30 20:49:03 2019 -0500

ntoskrnl.exe: Move PNP code to a separate file.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntoskrnl.exe/Makefile.in        |   1 +
 dlls/ntoskrnl.exe/ntoskrnl.c         | 705 +---------------------------------
 dlls/ntoskrnl.exe/ntoskrnl_private.h |  14 +
 dlls/ntoskrnl.exe/pnp.c              | 718 +++++++++++++++++++++++++++++++++++
 include/ddk/wdm.h                    |   1 +
 5 files changed, 735 insertions(+), 704 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=3b2592a2bcc6fe510eda99a05a08ef05e9ed7ca4



More information about the wine-cvs mailing list