X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Fnewdev%2Fstubs.c;h=7b465aaa3a6918c8f4b3ea729c3ae08bc22fca98;hp=ac68bbacb87c6e9b4817713e209c0ad73b4754a6;hb=57285d00b62d4740261d7dddb1714f248b9e722c;hpb=5ffe4c4880ff76a150274fd4a9a271ead55b9915 diff --git a/reactos/lib/newdev/stubs.c b/reactos/lib/newdev/stubs.c index ac68bbacb87..7b465aaa3a6 100644 --- a/reactos/lib/newdev/stubs.c +++ b/reactos/lib/newdev/stubs.c @@ -7,6 +7,9 @@ * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) */ +//#define NDEBUG +#include + #include "newdev.h" BOOL WINAPI @@ -33,29 +36,6 @@ InstallSelectedDriverW( return FALSE; } -BOOL WINAPI -UpdateDriverForPlugAndPlayDevicesA( - IN HWND hwndParent, - IN LPCSTR HardwareId, - IN LPCSTR FullInfPath, - IN DWORD InstallFlags, - OUT PBOOL bRebootRequired OPTIONAL) -{ - UNIMPLEMENTED; - SetLastError(ERROR_GEN_FAILURE); - return FALSE; -} -BOOL WINAPI -UpdateDriverForPlugAndPlayDevicesW( - IN HWND hwndParent, - IN LPCWSTR HardwareId, - IN LPCWSTR FullInfPath, - IN DWORD InstallFlags, - OUT PBOOL bRebootRequired OPTIONAL) -{ - UNIMPLEMENTED; - SetLastError(ERROR_GEN_FAILURE); - return FALSE; -} +