- Fix the importlib order for the GNU linker according to Amine's suggestion.
[reactos.git] / reactos / win32ss / printing / base / spoolss / main.c
index 4ed1cf4..b37bd30 100644 (file)
@@ -67,6 +67,13 @@ StartDocPrinterW(HANDLE hPrinter, DWORD Level, LPBYTE pDocInfo)
     return 0;
 }
 
+DWORD WINAPI
+SpoolerInit()
+{
+    // Nothing to do here yet
+    return ERROR_SUCCESS;
+}
+
 BOOL WINAPI
 StartPagePrinter(HANDLE hPrinter)
 {