GetPrintProcessorDirectoryA stub

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sat Apr 26 17:45:36 CDT 2003


Changelog:
	dlls/winspool/winspool.drv.spec, wine/dlls/winspool/info.c
	GetPrintProcessorDirectoryA stub

-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/dlls/winspool/winspool.drv.spec
===================================================================
RCS file: /home/wine/wine/dlls/winspool/winspool.drv.spec,v
retrieving revision 1.18
diff -u -r1.18 winspool.drv.spec
--- wine/dlls/winspool/winspool.drv.spec	20 Mar 2003 03:53:12 -0000	1.18
+++ wine/dlls/winspool/winspool.drv.spec	26 Apr 2003 22:34:19 -0000
@@ -89,7 +89,7 @@
 @ stdcall GetFormW(long wstr long ptr long ptr)
 @ stub GetJobA
 @ stub GetJobW
-@ stub GetPrintProcessorDirectoryA
+@ stdcall GetPrintProcessorDirectoryA(str str long ptr long ptr) GetPrintProcessorDirectoryA
 @ stub GetPrintProcessorDirectoryW
 @ stdcall GetPrinterA(long long ptr long ptr)
 @ stdcall GetPrinterDataA(long str ptr ptr long ptr)
Index: wine/dlls/winspool/info.c
===================================================================
RCS file: /home/wine/wine/dlls/winspool/info.c,v
retrieving revision 1.74
diff -u -r1.74 info.c
--- wine/dlls/winspool/info.c	30 Mar 2003 01:35:31 -0000	1.74
+++ wine/dlls/winspool/info.c	26 Apr 2003 22:34:25 -0000
@@ -995,6 +995,15 @@
     return 1;
 }
 
+BOOL WINAPI GetPrintProcessorDirectoryA(LPSTR server, LPSTR environ, 
+				       DWORD level,  LPBYTE Info,
+				       DWORD cbBuf, LPDWORD needed)
+{
+    FIXME("(%s,%s,%ld,%p,0x%08lx): stub\n", server, environ, level, Info,
+          cbBuf);
+    return 0;
+}
+
 /*****************************************************************************
  *          WINSPOOL_OpenDriverReg [internal]
  *



More information about the wine-patches mailing list