Alfred Agrell : include: Fix typos in IID_IPropertyEnumType2 and CLSID_PropertySystem.
Module: wine Branch: master Commit: 66e6b61705a66459ed3a9e0cf9457d8b180e4564 URL: https://gitlab.winehq.org/wine/wine/-/commit/66e6b61705a66459ed3a9e0cf9457d8... Author: Alfred Agrell <floating(a)muncher.se> Date: Sun May 5 01:35:54 2024 +0200 include: Fix typos in IID_IPropertyEnumType2 and CLSID_PropertySystem. --- include/propsys.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/propsys.idl b/include/propsys.idl index 4df73640f5e..9dc93caf15d 100644 --- a/include/propsys.idl +++ b/include/propsys.idl @@ -278,7 +278,7 @@ interface IPropertyEnumType : IUnknown } [ - uuid(9b6e051c-5ddd-4321-9070-fe2acb55e974), + uuid(9b6e051c-5ddd-4321-9070-fe2acb55e794), object, pointer_default(unique) ] @@ -828,7 +828,7 @@ library PropSysObjects { interface IPropertyStore; } - [uuid(b8967f86-58ae-4f96-9fb2-5d7904798f4b)] coclass PropertySystem + [uuid(b8967f85-58ae-4f46-9fb2-5d7904798f4b)] coclass PropertySystem { interface IPropertySystem; }
participants (1)
-
Alexandre Julliard