X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Fdevmgr%2Fstubs.c;h=e7b2d9ecfee015928723b1a6fa27711e63080717;hp=cf44fca842594d10e77bdf057165a2a513eabf2f;hb=d79a9231134de9e770c20a9240687c3fccf4b62f;hpb=e8ce2b897cd760e0c69d5b1a6fb845c43ed052ee;ds=sidebyside diff --git a/reactos/lib/devmgr/stubs.c b/reactos/lib/devmgr/stubs.c index cf44fca8425..e7b2d9ecfee 100644 --- a/reactos/lib/devmgr/stubs.c +++ b/reactos/lib/devmgr/stubs.c @@ -123,7 +123,7 @@ VOID WINAPI DeviceProperties_RunDLLA(HWND hWndParent, HINSTANCE hInst, - LPCWSTR lpDeviceCmd, + LPCSTR lpDeviceCmd, int nCmdShow) { UNIMPLEMENTED; @@ -159,7 +159,7 @@ VOID WINAPI DeviceProperties_RunDLLW(HWND hWndParent, HINSTANCE hInst, - LPCSTR lpDeviceCmd, + LPCWSTR lpDeviceCmd, int nCmdShow) { UNIMPLEMENTED;