[PATCH v4] ntoskrnl.exe: Implement ZwLoadDriver and ZwUnloadDriver

Aric Stewart aric at codeweavers.com
Fri Jan 22 12:15:35 CST 2016


Code is mostly moved from winedevice.exe
winedevice.exe now uses these functions
v3: No longer use advapi32 Registry functions
v4: Fix FALSE return code (thanks to Huw Davies for spotting this one)
    Remove WINE_ from debuging macros

Signed-off-by: Aric Stewart <aric at codeweavers.com>
---
 dlls/ntoskrnl.exe/ntoskrnl.c        | 306 ++++++++++++++++++++++++++++++++++++
 dlls/ntoskrnl.exe/ntoskrnl.exe.spec |   4 +-
 programs/winedevice/device.c        | 243 +---------------------------
 3 files changed, 313 insertions(+), 240 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntoskrnl.exe-Implement-ZwLoadDriver-and-ZwUnloadDriver.txt
Type: text/x-patch
Size: 24607 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160122/c64482c8/attachment.bin>


More information about the wine-patches mailing list