Rob Shearman : include: Fix the level of indirection for the umd_version parameter of the CheckInterfaceSupport method of IDXGIAdapter .

Alexandre Julliard julliard at winehq.org
Mon Oct 20 08:00:22 CDT 2008


Module: wine
Branch: master
Commit: 639c2de0616ecaeb16c45b66985b9a9bd25f0a32
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=639c2de0616ecaeb16c45b66985b9a9bd25f0a32

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Sun Oct 19 17:13:39 2008 +0100

include: Fix the level of indirection for the umd_version parameter of the CheckInterfaceSupport method of IDXGIAdapter.

---

 include/dxgi.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/dxgi.idl b/include/dxgi.idl
index c14ef2c..9ac585a 100644
--- a/include/dxgi.idl
+++ b/include/dxgi.idl
@@ -212,7 +212,7 @@ interface IDXGIAdapter : IDXGIObject
     );
     HRESULT CheckInterfaceSupport(
         [in] REFGUID guid,
-        [out] LARGE_INTEGER umd_version
+        [out] LARGE_INTEGER *umd_version
     );
 }
 




More information about the wine-cvs mailing list