PATCH: winspool.spec adjustments

Marcus Meissner marcus at jet.franken.de
Wed Jan 4 11:40:10 CST 2006


Hi,

Added ordinal exported functions of winspool.drv, including
GetDefaultPrinterA/W, adjusted to Roberts comments.

Ciao, Marcus

Changelog:
	Added ordinal exported functions of winspool.drv.

Index: dlls/winspool/winspool.drv.spec
===================================================================
RCS file: /home/wine/wine/dlls/winspool/winspool.drv.spec,v
retrieving revision 1.29
diff -u -r1.29 winspool.drv.spec
--- dlls/winspool/winspool.drv.spec	22 Jul 2005 18:28:12 -0000	1.29
+++ dlls/winspool/winspool.drv.spec	4 Jan 2006 17:35:11 -0000
@@ -1,4 +1,39 @@
-100 stub @
+100 stub -noname EnumPrinterPropertySheets at 16
+101 stub -noname ClusterSplOpen at 20
+102 stub -noname ClusterSplClose at 4
+103 stub -noname ClusterSplIsAlive at 4
+201 stdcall GetDefaultPrinterA(ptr ptr)
+202 stub -noname SetDefaultPrinterA at 4
+203 stdcall GetDefaultPrinterW(ptr ptr)
+204 stub -noname SetDefaultPrinterW at 4
+205 stub -noname SplReadPrinter at 12
+206 stub -noname AddPerMachineConnectionA at 16
+207 stub -noname AddPerMachineConnectionW at 16
+208 stub -noname DeletePerMachineConnectionA at 8
+209 stub -noname DeletePerMachineConnectionW at 8
+210 stub -noname EnumPerMachineConnectionsA at 20
+211 stub -noname EnumPerMachineConnectionsW at 20
+212 stub -noname LoadPrinterDriver at 4
+213 stub -noname RefCntLoadDriver at 16
+214 stub -noname RefCntUnloadDriver at 8
+215 stub -noname ForceUnloadDriver at 4
+216 stub -noname PublishPrinterA at 24
+217 stub -noname PublishPrinterW at 24
+218 stub -noname CallCommonPropertySheetUI at 16
+219 stub -noname PrintUIQueueCreate at 16
+220 stub -noname PrintUIPrinterPropPages at 16
+221 stub -noname PrintUIDocumentDefaults at 16
+222 stub -noname SendRecvBidiData at 16
+223 stub -noname RouterFreeBidiResponseContainer at 4
+224 stub -noname ExternalConnectToLd64In32Server at 4
+226 stub -noname PrintUIWebPnpEntry at 4
+227 stub -noname PrintUIWebPnpPostEntry at 16
+228 stub -noname PrintUICreateInstance at 8
+229 stub -noname PrintUIDocumentPropertiesWrap at 28
+230 stub -noname PrintUIPrinterSetup at 24
+231 stub -noname PrintUIServerPropPages at 16
+232 stub -noname AddDriverCatalog at 16
+
 @ stub ADVANCEDSETUPDIALOG
 @ stdcall AbortPrinter(long)
 @ stdcall AddFormA(long long ptr)
@@ -89,8 +124,6 @@
 @ stdcall FindFirstPrinterChangeNotification(long long long ptr)
 @ stdcall FindNextPrinterChangeNotification(long ptr ptr ptr)
 @ stdcall FreePrinterNotifyInfo(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)
 @ stdcall GetJobA(long long long ptr long ptr)



More information about the wine-patches mailing list