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

Alexandre Julliard julliard at winehq.org
Mon Apr 24 16:11:23 CDT 2017


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

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>

---

 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