Author: ekohl Date: Sun Oct 5 12:34:07 2014 New Revision: 64542
URL: http://svn.reactos.org/svn/reactos?rev=64542&view=rev Log: [DEVMGR] Replace UNIMPLMENTED by FIXME.
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?re... ============================================================================== --- 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:34:07 2014 @@ -51,7 +51,7 @@ LPCSTR lpMachineName, int nCmdShow) { - UNIMPLEMENTED; + FIXME("unimplemented\n"); return FALSE; }
@@ -88,7 +88,7 @@ LPCWSTR lpMachineName, int nCmdShow) { - UNIMPLEMENTED; + FIXME("unimplemented\n"); return FALSE; }
@@ -127,7 +127,7 @@ LPCSTR lpDeviceCmd, int nCmdShow) { - UNIMPLEMENTED; + FIXME("unimplemented\n"); }
@@ -165,7 +165,7 @@ LPCWSTR lpDeviceCmd, int nCmdShow) { - UNIMPLEMENTED; + FIXME("unimplemented\n"); }
@@ -208,7 +208,7 @@ UINT uNumberOfGuids, LPGUID lpGuids) { - UNIMPLEMENTED; + FIXME("unimplemented\n"); return FALSE; }
@@ -252,6 +252,6 @@ UINT uNumberOfGuids, LPGUID lpGuids) { - UNIMPLEMENTED; - return FALSE; -} + FIXME("unimplemented\n"); + return FALSE; +}