Module: wine Branch: stable Commit: 305c86b0bcbed42359ddd4756c03e9eec52ba488 URL: http://source.winehq.org/git/wine.git/?a=commit;h=305c86b0bcbed42359ddd4756c...
Author: Michael Müller michael@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@fds-team.de Signed-off-by: Sebastian Lackner sebastian@fds-team.de Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 11a1ceebc3544dd7954f4ef140a913cd722aa286) Signed-off-by: Michael Stefaniuc mstefani@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