Andrew Eikum : mshtml.idl: Fix IHTMLImageElementFactory uuid.

Alexandre Julliard julliard at winehq.org
Wed Oct 21 13:14:01 CDT 2009


Module: wine
Branch: master
Commit: 8872a14288cc24f64acf7e6653f255e8dce93ab1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8872a14288cc24f64acf7e6653f255e8dce93ab1

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Tue Oct 20 16:04:16 2009 -0500

mshtml.idl: Fix IHTMLImageElementFactory uuid.

---

 include/mshtml.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/mshtml.idl b/include/mshtml.idl
index 51088d1..f004e74 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -6622,7 +6622,7 @@ interface IHTMLImgElement : IDispatch
     odl,
     oleautomation,
     dual,
-    uuid(3050F38E-98B5-11CF-BB82-00AAA0BDCE0B)
+    uuid(3050F38E-98B5-11CF-BB82-00AA00BDCE0B)
 ]
 interface IHTMLImageElementFactory : IDispatch
 {




More information about the wine-cvs mailing list