Re: Add stub for IoOpenDeviceRegistryKey

2009-07-19 Thread James McKenzie
Uwe Bonnes wrote: This needs a test case to demonstrate what will happen in Windows versus what you are proposing as a stub out that always returns SUCCESS. James McKenzie

Re: Add stub for IoOpenDeviceRegistryKey

2009-07-14 Thread Paul Chitescu
+FIXME( "stub:\n"); +return STATUS_SUCCESS; This is incorrect, since you are adding a stub you must not return success as it would imply that *DevInstRegKey is filled with a valid handle. You must either return an error or provide a full valid implementation (unlikely). Anything else is

Add-stub-for-IoOpenDeviceRegistryKey-needed-for-l.patch

2009-06-09 Thread Uwe Bonnes
7b5 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Tue, 9 Jun 2009 16:41:09 +0200 Subject: Add stub for IoOpenDeviceRegistryKey(), needed for libusb-win32-0.1.2 --- dlls/ntoskrnl.exe/ntoskrnl.c| 11 +++ dlls/ntoskrnl.exe/ntoskrnl.exe.spec |2 +- 2 files changed, 12 inserti