include: Fix an invalid UUID in dxva2api.idl.

Sebastian Lackner sebastian at fds-team.de
Mon Apr 24 09:27:25 CDT 2017


From: Michael Müller <michael at fds-team.de>

Signed-off-by: Michael Müller <michael at fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---
 include/dxva2api.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dxva2api.idl b/include/dxva2api.idl
index ebd508bdde..7a29157036 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
-- 
2.12.2



More information about the wine-patches mailing list