Rob Shearman : include: Fix the level of indirection for the umd_version parameter of the CheckInterfaceSupport method of IDXGIAdapter .
Module: wine Branch: master Commit: 639c2de0616ecaeb16c45b66985b9a9bd25f0a32 URL: http://source.winehq.org/git/wine.git/?a=commit;h=639c2de0616ecaeb16c45b6698... Author: Rob Shearman <robertshearman(a)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 ); }
participants (1)
-
Alexandre Julliard