Huw Davies : winspool: Remove ordinals from the performance functions.

Alexandre Julliard julliard at winehq.org
Thu Jul 12 17:45:39 CDT 2018


Module: wine
Branch: master
Commit: e7059c6f126e797c570e6510c8a4b1596121c4a9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e7059c6f126e797c570e6510c8a4b1596121c4a9

Author: Huw Davies <huw at codeweavers.com>
Date:   Thu Jul 12 10:52:39 2018 +0100

winspool: Remove ordinals from the performance functions.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winspool.drv/winspool.drv.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/winspool.drv/winspool.drv.spec b/dlls/winspool.drv/winspool.drv.spec
index 58dc60b..f7319cb 100644
--- a/dlls/winspool.drv/winspool.drv.spec
+++ b/dlls/winspool.drv/winspool.drv.spec
@@ -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




More information about the wine-cvs mailing list