[SPOOLSS] Stub BuildOtherNamesFromMachineName as seen in wine commit cdb5f35. This fixes a crash in spoolss:spoolss

svn path=/trunk/; revision=75341
This commit is contained in:
Mark Jansen 2017-07-14 20:05:27 +00:00
parent ae49e29351
commit 9f1e4379e0
2 changed files with 12 additions and 1 deletions

View 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;
}

View file

@ -22,7 +22,7 @@
@ stub AppendPrinterNotifyInfoData
@ stub bGetDevModePerUser
@ stub bSetDevModePerUser
@ stub BuildOtherNamesFromMachineName
@ stdcall BuildOtherNamesFromMachineName(ptr ptr)
@ stub CacheAddName
@ stub CacheCreateAndAddNode
@ stub CacheCreateAndAddNodeWithIPAddresses