Module: wine Branch: master Commit: b5bbd153d66fc6a2838da9520c7e153163e9a0c8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b5bbd153d66fc6a2838da9520c...
Author: Thomas Faber thomas.faber@reactos.org Date: Mon Apr 6 15:09:00 2015 +0200
include: Use correct UUIDs for IAudioMute, IAudioAutoGainControl and DevTopologyLib (MIDL).
---
include/devicetopology.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/devicetopology.idl b/include/devicetopology.idl index 74796a2..3ff3027 100644 --- a/include/devicetopology.idl +++ b/include/devicetopology.idl @@ -350,7 +350,7 @@ interface IAudioOutputSelector : IUnknown [ pointer_default(unique), nonextensible, - uuid(bb515f69-94a7-429e-8b9c-271b3f11a3ab), + uuid(df45aeea-b74a-4b6b-afad-2366b6aa012e), local, object ] @@ -404,7 +404,7 @@ interface IAudioTreble : IPerChannelDbLevel [ pointer_default(unique), nonextensible, - uuid(bb515f69-94a7-429e-8b9c-271b3f11a3ab), + uuid(85401fd4-6de4-4b9d-9869-2d6753a82f3c), local, object ] @@ -722,6 +722,7 @@ interface IDeviceTopology : IUnknown }
[ + uuid(51b9a01d-8181-4363-b59c-e678f476dd0e), version(1.0) ] library DevTopologyLib