Stefan Leichter : include: Fix declaration of SelectDeviceDlg.

Alexandre Julliard julliard at winehq.org
Tue Jun 26 04:44:27 CDT 2018


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

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>
(cherry picked from commit 208fa59202227f09e5074b06f5ec8aae1fe6becb)
Signed-off-by: Michael Stefaniuc <mstefani 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(




More information about the wine-cvs mailing list