winspool: fix spec file

Huw D M Davies h.davies1 at physics.ox.ac.uk
Fri Aug 13 10:54:33 CDT 2004


        Huw Davies <huw at codeweavers.com>
        Fix first parameter of GetDefaultPrinterA|W
-- 
Huw Davies
huw at codeweavers.com
Index: dlls/winspool/winspool.drv.spec
===================================================================
RCS file: /home/wine/wine/dlls/winspool/winspool.drv.spec,v
retrieving revision 1.22
diff -u -r1.22 winspool.drv.spec
--- dlls/winspool/winspool.drv.spec	17 Mar 2004 01:42:46 -0000	1.22
+++ dlls/winspool/winspool.drv.spec	13 Aug 2004 15:50:57 -0000
@@ -89,8 +89,8 @@
 @ stub FindFirstPrinterChangeNotification
 @ stub FindNextPrinterChangeNotification
 @ stub FreePrinterNotifyInfo
-@ stdcall GetDefaultPrinterA(str ptr)
-@ stdcall GetDefaultPrinterW(wstr ptr)
+@ stdcall GetDefaultPrinterA(ptr ptr)
+@ stdcall GetDefaultPrinterW(ptr ptr)
 @ stdcall GetFormA(long str long ptr long ptr)
 @ stdcall GetFormW(long wstr long ptr long ptr)
 @ stub GetJobA



More information about the wine-patches mailing list