commit | 639c2de0616ecaeb16c45b66985b9a9bd25f0a32 | [log] [tgz] |
---|---|---|
author | Rob Shearman <robertshearman@gmail.com> | Sun Oct 19 17:13:39 2008 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Oct 20 11:37:27 2008 +0200 |
tree | ba6ae92c87ad47dcde9d78a62fdcd515d969f141 | |
parent | e3afab26917f4dc952dd10f0b33da6e38c6db6c2 [diff] [blame] |
include: Fix the level of indirection for the umd_version parameter of the CheckInterfaceSupport method of IDXGIAdapter.
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 @@ ); HRESULT CheckInterfaceSupport( [in] REFGUID guid, - [out] LARGE_INTEGER umd_version + [out] LARGE_INTEGER *umd_version ); }