[pkg-wine-party] [wine] 259/289: include: Fix declaration of SelectDeviceDlg.

Michael Gilbert mgilbert at moszumanska.debian.org
Thu Apr 5 03:28:29 UTC 2018


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

mgilbert pushed a commit to branch master
in repository wine.

commit 208fa59202227f09e5074b06f5ec8aae1fe6becb
Author: Stefan Leichter <sle85276 at gmx.de>
Date:   Thu Mar 29 23:08:21 2018 +0200

    include: Fix declaration of SelectDeviceDlg.
    
    Signed-off-by: Stefan Leichter <sle85276 at gmx.de>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>
---
 include/wia_lh.idl | 2 +-
 include/wia_xp.idl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/wia_lh.idl b/include/wia_lh.idl
index 284528a..2e3ecf4 100644
--- a/include/wia_lh.idl
+++ b/include/wia_lh.idl
@@ -47,7 +47,7 @@ interface IWiaDevMgr : IUnknown
         [in] HWND hwndParent,
         [in] LONG lDeviceType,
         [in] LONG lFlags,
-        [in, out] BSTR *pbstrDeviceID,
+        [in, out, unique] BSTR *pbstrDeviceID,
         [retval, out] IWiaItem **ppItemRoot);
 
     HRESULT SelectDeviceDlgID(
diff --git a/include/wia_xp.idl b/include/wia_xp.idl
index 284528a..2e3ecf4 100644
--- a/include/wia_xp.idl
+++ b/include/wia_xp.idl
@@ -47,7 +47,7 @@ interface IWiaDevMgr : IUnknown
         [in] HWND hwndParent,
         [in] LONG lDeviceType,
         [in] LONG lFlags,
-        [in, out] BSTR *pbstrDeviceID,
+        [in, out, unique] BSTR *pbstrDeviceID,
         [retval, out] IWiaItem **ppItemRoot);
 
     HRESULT SelectDeviceDlgID(

-- 
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