[DEVMGR]
[reactos.git] / reactos / dll / win32 / devmgr / stubs.c
index 982c0fc..7594f85 100644 (file)
  * UPDATE HISTORY:
  *      04-04-2004  Created
  */
-#include <precomp.h>
 
-#define NDEBUG
-#include <debug.h>
+#include "precomp.h"
+
 
 /***************************************************************************
  * NAME                                                         EXPORTED
@@ -52,8 +51,8 @@ DeviceManager_ExecuteA(HWND hWndParent,
                        LPCSTR lpMachineName,
                        int nCmdShow)
 {
-  UNIMPLEMENTED;
-  return FALSE;
+    UNIMPLEMENTED;
+    return FALSE;
 }
 
 
@@ -89,8 +88,8 @@ DeviceManager_ExecuteW(HWND hWndParent,
                        LPCWSTR lpMachineName,
                        int nCmdShow)
 {
-  UNIMPLEMENTED;
-  return FALSE;
+    UNIMPLEMENTED;
+    return FALSE;
 }
 
 
@@ -128,7 +127,7 @@ DeviceProblemWizard_RunDLLA(HWND hWndParent,
                             LPCSTR lpDeviceCmd,
                             int nCmdShow)
 {
-  UNIMPLEMENTED;
+    UNIMPLEMENTED;
 }
 
 
@@ -166,7 +165,7 @@ DeviceProblemWizard_RunDLLW(HWND hWndParent,
                             LPCWSTR lpDeviceCmd,
                             int nCmdShow)
 {
-  UNIMPLEMENTED;
+    UNIMPLEMENTED;
 }
 
 
@@ -209,8 +208,8 @@ DeviceManagerPrintA(LPCSTR lpMachineName,
                     UINT uNumberOfGuids,
                     LPGUID lpGuids)
 {
-  UNIMPLEMENTED;
-  return FALSE;
+    UNIMPLEMENTED;
+    return FALSE;
 }
 
 
@@ -253,6 +252,6 @@ DeviceManagerPrintW(LPCWSTR lpMachineName,
                     UINT uNumberOfGuids,
                     LPGUID lpGuids)
 {
-  UNIMPLEMENTED;
-  return FALSE;
+    UNIMPLEMENTED;
+    return FALSE;
 }