Author: ekohl
Date: Sun Oct  5 12:40:22 2014
New Revision: 64543

URL: http://svn.reactos.org/svn/reactos?rev=64543&view=rev
Log:
[DEVMGR]
- Include "precomp.h" instead of <windef.h>.
- Use UNIMPLEMENTED again.

Modified:
    trunk/reactos/dll/win32/devmgr/stubs.c

Modified: trunk/reactos/dll/win32/devmgr/stubs.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/stubs.c?rev=64543&r1=64542&r2=64543&view=diff
==============================================================================
--- trunk/reactos/dll/win32/devmgr/stubs.c      [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/stubs.c      [iso-8859-1] Sun Oct  5 
12:40:22 2014
@@ -16,7 +16,7 @@
  *      04-04-2004  Created
  */
 
-#include <windef.h>
+#include "precomp.h"
 
 
 /***************************************************************************
@@ -51,7 +51,7 @@
                        LPCSTR lpMachineName,
                        int nCmdShow)
 {
-  FIXME("unimplemented\n");
+  UNIMPLEMENTED;
   return FALSE;
 }
 
@@ -88,7 +88,7 @@
                        LPCWSTR lpMachineName,
                        int nCmdShow)
 {
-  FIXME("unimplemented\n");
+  UNIMPLEMENTED;
   return FALSE;
 }
 
@@ -127,7 +127,7 @@
                             LPCSTR lpDeviceCmd,
                             int nCmdShow)
 {
-  FIXME("unimplemented\n");
+  UNIMPLEMENTED;
 }
 
 
@@ -165,7 +165,7 @@
                             LPCWSTR lpDeviceCmd,
                             int nCmdShow)
 {
-  FIXME("unimplemented\n");
+  UNIMPLEMENTED;
 }
 
 
@@ -208,7 +208,7 @@
                     UINT uNumberOfGuids,
                     LPGUID lpGuids)
 {
-  FIXME("unimplemented\n");
+  UNIMPLEMENTED;
   return FALSE;
 }
 
@@ -252,6 +252,6 @@
                     UINT uNumberOfGuids,
                     LPGUID lpGuids)
 {
-  FIXME("unimplemented\n");
-  return FALSE;
-}
+  UNIMPLEMENTED;
+  return FALSE;
+}


Reply via email to