[SPOOLSS] Stub BuildOtherNamesFromMachineName as seen in wine commit cdb5f35. This...
authorMark Jansen <mark.jansen@reactos.org>
Fri, 14 Jul 2017 20:05:27 +0000 (20:05 +0000)
committerMark Jansen <mark.jansen@reactos.org>
Fri, 14 Jul 2017 20:05:27 +0000 (20:05 +0000)
svn path=/trunk/; revision=75341

reactos/win32ss/printing/base/spoolss/main.c
reactos/win32ss/printing/base/spoolss/spoolss.spec

index d6ac29c..f8dfdda 100644 (file)
@@ -246,3 +246,14 @@ SpoolerInit()
     SetLastError(ERROR_SUCCESS);
     return TRUE;
 }
+
+BOOL WINAPI
+BuildOtherNamesFromMachineName(LPVOID * ptr1, LPVOID * ptr2)
+{
+    FIXME("(%p, %p) stub\n", ptr1, ptr2);
+
+    *ptr1 = NULL;
+    *ptr2 = NULL;
+    return FALSE;
+}
+
index 4696300..172ab0b 100644 (file)
@@ -22,7 +22,7 @@
 @ stub AppendPrinterNotifyInfoData
 @ stub bGetDevModePerUser
 @ stub bSetDevModePerUser
-@ stub BuildOtherNamesFromMachineName
+@ stdcall BuildOtherNamesFromMachineName(ptr ptr)
 @ stub CacheAddName
 @ stub CacheCreateAndAddNode
 @ stub CacheCreateAndAddNodeWithIPAddresses