X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Fnewdev%2Fstubs.c;h=7b465aaa3a6918c8f4b3ea729c3ae08bc22fca98;hp=03b8ae9b3eb92411a244c77cbcfdabaa46fb4964;hb=57285d00b62d4740261d7dddb1714f248b9e722c;hpb=d47a99857698fa4828de0ce9c26ad80b787f60ed diff --git a/reactos/lib/newdev/stubs.c b/reactos/lib/newdev/stubs.c index 03b8ae9b3eb..7b465aaa3a6 100644 --- a/reactos/lib/newdev/stubs.c +++ b/reactos/lib/newdev/stubs.c @@ -36,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; -} +