=?UTF-8?Q?Michael=20M=C3=BCller=20?=: include: Fix an invalid UUID in dxva2api.idl.

Alexandre Julliard julliard at winehq.org
Fri Oct 20 07:19:59 CDT 2017


Module: wine
Branch: stable
Commit: 305c86b0bcbed42359ddd4756c03e9eec52ba488
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=305c86b0bcbed42359ddd4756c03e9eec52ba488

Author: Michael Müller <michael at fds-team.de>
Date:   Mon Apr 24 16:27:25 2017 +0200

include: Fix an invalid UUID in dxva2api.idl.

Signed-off-by: Michael Müller <michael at fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 11a1ceebc3544dd7954f4ef140a913cd722aa286)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 include/dxva2api.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dxva2api.idl b/include/dxva2api.idl
index ebd508b..7a29157 100644
--- a/include/dxva2api.idl
+++ b/include/dxva2api.idl
@@ -434,7 +434,7 @@ interface IDirectXVideoDecoder : IUnknown
  */
 [
     object,
-    uuid(fc51a551-d5e7-11d9-af55-00054e43ff02),
+    uuid(fc51a552-d5e7-11d9-af55-00054e43ff02),
     local
 ]
 interface IDirectXVideoProcessorService : IDirectXVideoAccelerationService




More information about the wine-cvs mailing list