include: Fix declaration of SelectDeviceDlg.
Signed-off-by: Stefan Leichter <sle85276@gmx.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b164e4dc8d
commit
208fa59202
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue