winspool: Remove ordinals from the performance functions.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
29467f9da5
commit
e7059c6f12
|
@ -2,9 +2,6 @@
|
|||
101 stub -noname ClusterSplOpen
|
||||
102 stub -noname ClusterSplClose
|
||||
103 stub -noname ClusterSplIsAlive
|
||||
104 stub PerfClose
|
||||
105 stub PerfCollect
|
||||
106 stub PerfOpen
|
||||
201 stdcall GetDefaultPrinterA(ptr ptr)
|
||||
202 stdcall SetDefaultPrinterA(str)
|
||||
203 stdcall GetDefaultPrinterW(ptr ptr)
|
||||
|
@ -151,6 +148,9 @@
|
|||
@ stdcall IsValidDevmodeW(ptr long)
|
||||
@ stdcall OpenPrinterA(str ptr ptr)
|
||||
@ stdcall OpenPrinterW(wstr ptr ptr)
|
||||
@ stub PerfClose
|
||||
@ stub PerfCollect
|
||||
@ stub PerfOpen
|
||||
@ stub PlayGdiScriptOnPrinterIC
|
||||
@ stub PrinterMessageBoxA
|
||||
@ stub PrinterMessageBoxW
|
||||
|
|
Loading…
Reference in New Issue