Module: wine Branch: master Commit: 64ec12df8efac0334f5ac5f48cc49cc72f95e656 URL: http://source.winehq.org/git/wine.git/?a=commit;h=64ec12df8efac0334f5ac5f48c...
Author: Austin English austinenglish@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