[DEVMGR]
[reactos.git] / reactos / dll / win32 / devmgr_new / properties / stubs.c
index 7594f85..3c5f58b 100644 (file)
@@ -81,16 +81,16 @@ DeviceManager_ExecuteA(HWND hWndParent,
  *
  * @unimplemented
  */
-BOOL
-WINAPI
-DeviceManager_ExecuteW(HWND hWndParent,
-                       HINSTANCE hInst,
-                       LPCWSTR lpMachineName,
-                       int nCmdShow)
-{
-    UNIMPLEMENTED;
-    return FALSE;
-}
+//BOOL
+//WINAPI
+//DeviceManager_ExecuteW(HWND hWndParent,
+//                       HINSTANCE hInst,
+//                       LPCWSTR lpMachineName,
+//                       int nCmdShow)
+//{
+//    UNIMPLEMENTED;
+//    return FALSE;
+//}
 
 
 /***************************************************************************