X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fwin32%2Fdevmgr%2Fstubs.c;h=7594f85c53f318ac7ca457e77f01dabefd126815;hp=92cfee215d7197abefd3c79b3a17858b506e0eec;hb=f0f0afdd2ccb0ebf3f2c8e0f9801160763a54e41;hpb=79aa1013c6ce81de8227a01bf30aef045e178375;ds=sidebyside diff --git a/reactos/dll/win32/devmgr/stubs.c b/reactos/dll/win32/devmgr/stubs.c index 92cfee215d7..7594f85c53f 100644 --- a/reactos/dll/win32/devmgr/stubs.c +++ b/reactos/dll/win32/devmgr/stubs.c @@ -51,8 +51,8 @@ DeviceManager_ExecuteA(HWND hWndParent, LPCSTR lpMachineName, int nCmdShow) { - UNIMPLEMENTED; - return FALSE; + UNIMPLEMENTED; + return FALSE; } @@ -88,8 +88,8 @@ DeviceManager_ExecuteW(HWND hWndParent, LPCWSTR lpMachineName, int nCmdShow) { - UNIMPLEMENTED; - return FALSE; + UNIMPLEMENTED; + return FALSE; } @@ -127,7 +127,7 @@ DeviceProblemWizard_RunDLLA(HWND hWndParent, LPCSTR lpDeviceCmd, int nCmdShow) { - UNIMPLEMENTED; + UNIMPLEMENTED; } @@ -165,7 +165,7 @@ DeviceProblemWizard_RunDLLW(HWND hWndParent, LPCWSTR lpDeviceCmd, int nCmdShow) { - UNIMPLEMENTED; + UNIMPLEMENTED; } @@ -208,8 +208,8 @@ DeviceManagerPrintA(LPCSTR lpMachineName, UINT uNumberOfGuids, LPGUID lpGuids) { - UNIMPLEMENTED; - return FALSE; + UNIMPLEMENTED; + return FALSE; } @@ -252,6 +252,6 @@ DeviceManagerPrintW(LPCWSTR lpMachineName, UINT uNumberOfGuids, LPGUID lpGuids) { - UNIMPLEMENTED; - return FALSE; + UNIMPLEMENTED; + return FALSE; }