[PATCH] wpcapi.idl: Fix IWindowsParentalControls UUID

Fabian Maurer dark.shadow4 at web.de
Sun Oct 1 15:35:45 CDT 2017


IWindowsParentalControls had the same UUID as
IWindowsParentalControlsCore, this is wrong.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
---
 include/wpcapi.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wpcapi.idl b/include/wpcapi.idl
index a46a310149..053c882a2a 100644
--- a/include/wpcapi.idl
+++ b/include/wpcapi.idl
@@ -109,7 +109,7 @@ interface IWindowsParentalControlsCore : IUnknown
 }
 
 [
-    uuid(4ff40a0f-3f3b-4d7c-a41b-4f39d7b44d05),
+    uuid(28b4d88b-e072-49e6-804d-26edbe21a7b9),
     object
 ]
 interface IWindowsParentalControls : IWindowsParentalControlsCore
-- 
2.14.2




More information about the wine-patches mailing list