[pkg-wine-party] [wine] 50/110: prntvpt: Add a stub for PTQuerySchemaVersionSupport.

Michael Gilbert mgilbert at moszumanska.debian.org
Fri Feb 13 05:05:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 64ec12df8efac0334f5ac5f48cc49cc72f95e656
Author: Austin English <austinenglish at gmail.com>
Date:   Wed Jan 28 20:07:57 2015 -0600

    prntvpt: Add a stub for PTQuerySchemaVersionSupport.
---
 dlls/prntvpt/main.c       | 7 +++++++
 dlls/prntvpt/prntvpt.spec | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/dlls/prntvpt/main.c b/dlls/prntvpt/main.c
index f5abde9..aa01252 100644
--- a/dlls/prntvpt/main.c
+++ b/dlls/prntvpt/main.c
@@ -41,3 +41,10 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD reason, LPVOID reserved)
     }
     return TRUE;
 }
+
+
+HRESULT WINAPI PTQuerySchemaVersionSupport(PCWSTR printer, DWORD *version)
+{
+    FIXME("stub:%s %p\n", debugstr_w(printer), version);
+    return E_NOTIMPL;
+}
diff --git a/dlls/prntvpt/prntvpt.spec b/dlls/prntvpt/prntvpt.spec
index 3f5e329..2f20d3c 100644
--- a/dlls/prntvpt/prntvpt.spec
+++ b/dlls/prntvpt/prntvpt.spec
@@ -1,4 +1,4 @@
-1  stub PTQuerySchemaVersionSupport
+1  stdcall PTQuerySchemaVersionSupport(wstr ptr)
 2  stub PTOpenProvider
 3  stub PTOpenProviderEx
 4  stub PTCloseProvider

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list