Alfred Agrell : include: Fix typos in IID_IMimeWebDocument and IID_IMimeMessageCallback.
Module: wine Branch: master Commit: dc4a83f0a57f7851bad3a65c1f9293856b316fa3 URL: https://gitlab.winehq.org/wine/wine/-/commit/dc4a83f0a57f7851bad3a65c1f92938... Author: Alfred Agrell <floating(a)muncher.se> Date: Sun May 5 01:35:54 2024 +0200 include: Fix typos in IID_IMimeWebDocument and IID_IMimeMessageCallback. --- include/mimeole.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mimeole.idl b/include/mimeole.idl index 32e04e00c19..85ced81d405 100644 --- a/include/mimeole.idl +++ b/include/mimeole.idl @@ -939,7 +939,7 @@ cpp_quote("#endif") } [ - uuid(ee519f11-851a-11d0-8252-00c04fd85ab4), + uuid(ee519f11-851a-11d0-825c-00c04fd85ab4), object ] interface IMimeWebDocument : IUnknown @@ -1340,7 +1340,7 @@ cpp_quote("#endif") } [ - uuid(761aa741-7bda-11d1-8aa9-00c04fb951f3), + uuid(761aa641-7bda-11d1-8aa9-00c04fb951f3), object ] interface IMimeMessageCallback : IUnknown
participants (1)
-
Alexandre Julliard