[PATCH 1/2] prntvpt: Remove export ordinals

Nikolay Sivov nsivov at codeweavers.com
Mon Oct 26 08:06:18 CDT 2015


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/prntvpt/prntvpt.spec | 54 +++++++++++++++++++++++------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/dlls/prntvpt/prntvpt.spec b/dlls/prntvpt/prntvpt.spec
index 2f20d3c..246443e 100644
--- a/dlls/prntvpt/prntvpt.spec
+++ b/dlls/prntvpt/prntvpt.spec
@@ -1,27 +1,27 @@
-1  stdcall PTQuerySchemaVersionSupport(wstr ptr)
-2  stub PTOpenProvider
-3  stub PTOpenProviderEx
-4  stub PTCloseProvider
-5  stub BindPTProviderThunk
-6  stub PTGetPrintCapabilities
-7  stub PTMergeAndValidatePrintTicket
-8  stub PTConvertPrintTicketToDevMode
-9  stub PTConvertDevModeToPrintTicket
-10 stub PTReleaseMemory
-11 stub ConvertDevModeToPrintTicketThunk2
-12 stub ConvertDevModeToPrintTicketThunk
-13 stub ConvertPrintTicketToDevModeThunk2
-14 stub ConvertPrintTicketToDevModeThunk
-15 stub DllCanUnloadNow
-16 stub DllGetClassObject
-17 stdcall -private DllMain(long long ptr)
-18 stub DllRegisterServer
-19 stub DllUnregisterServer
-20 stub GetDeviceDefaultPrintTicketThunk
-21 stub GetDeviceNamespacesThunk
-22 stub GetPrintCapabilitiesThunk2
-23 stub GetPrintCapabilitiesThunk
-24 stub GetSchemaVersionThunk
-25 stub MergeAndValidatePrintTicketThunk2
-26 stub MergeAndValidatePrintTicketThunk
-27 stub UnbindPTProviderThunk
+@ stdcall PTQuerySchemaVersionSupport(wstr ptr)
+@ stub PTOpenProvider
+@ stub PTOpenProviderEx
+@ stub PTCloseProvider
+@ stub BindPTProviderThunk
+@ stub PTGetPrintCapabilities
+@ stub PTMergeAndValidatePrintTicket
+@ stub PTConvertPrintTicketToDevMode
+@ stub PTConvertDevModeToPrintTicket
+@ stub PTReleaseMemory
+@ stub ConvertDevModeToPrintTicketThunk2
+@ stub ConvertDevModeToPrintTicketThunk
+@ stub ConvertPrintTicketToDevModeThunk2
+@ stub ConvertPrintTicketToDevModeThunk
+@ stub DllCanUnloadNow
+@ stub DllGetClassObject
+@ stdcall -private DllMain(long long ptr)
+@ stub DllRegisterServer
+@ stub DllUnregisterServer
+@ stub GetDeviceDefaultPrintTicketThunk
+@ stub GetDeviceNamespacesThunk
+@ stub GetPrintCapabilitiesThunk2
+@ stub GetPrintCapabilitiesThunk
+@ stub GetSchemaVersionThunk
+@ stub MergeAndValidatePrintTicketThunk2
+@ stub MergeAndValidatePrintTicketThunk
+@ stub UnbindPTProviderThunk
-- 
2.6.1




More information about the wine-patches mailing list