add CLSID and IIDs for mlang

Mike McCormack mike at codeweavers.com
Tue Aug 3 04:00:40 CDT 2004


ChangeLog:
Dmitry Timoshkov <dmitry at codeweavers.com>
* add CLSID and IIDs for mlang
-------------- next part --------------
Index: include/mlang.h
===================================================================
RCS file: /home/wine/wine/include/mlang.h,v
retrieving revision 1.1
diff -u -r1.1 mlang.h
--- include/mlang.h	6 Jul 2004 19:27:31 -0000	1.1
+++ include/mlang.h	3 Aug 2004 07:40:27 -0000
@@ -2072,6 +2072,12 @@
 
 #endif  /* __IMultiLanguage2_INTERFACE_DEFINED__ */
 
+DEFINE_GUID(CLSID_CMultiLanguage, 0x275c23e2, 0x3747, 0x11d0, 0x9f,0xea,0x00,0xaa,0x00,0x3f,0x86,0x46);
+DEFINE_GUID(IID_IMLangCodePages, 0x359F3443,0xBD4A,0x11D0,0xB1,0x88,0x00,0xAA,0x00,0x38,0xC9,0x69);
+DEFINE_GUID(IID_IMLangFontLink, 0x359F3441,0xBD4A,0x11D0,0xB1,0x88,0x00,0xAA,0x00,0x38,0xC9,0x69);
+DEFINE_GUID(IID_IMultiLanguage2, 0xDCCFC164,0x2B38,0x11d2,0xB7,0xEC,0x00,0xC0,0x4F,0x8F,0x5D,0x9A);
+DEFINE_GUID(IID_IMultiLanguage, 0x275c23e1,0x3747,0x11d0,0x9f,0xea,0x00,0xaa,0x00,0x3f,0x86,0x46);
+DEFINE_GUID(IID_IEnumCodePage, 0x275c23e3,0x3747,0x11d0,0x9f,0xea,0x00,0xaa,0x00,0x3f,0x86,0x46);
 #ifdef __cplusplus
 }
 #endif
Index: include/mlang.idl
===================================================================
RCS file: /home/wine/wine/include/mlang.idl,v
retrieving revision 1.1
diff -u -r1.1 mlang.idl
--- include/mlang.idl	6 Jul 2004 19:27:31 -0000	1.1
+++ include/mlang.idl	3 Aug 2004 07:40:27 -0000
@@ -462,3 +462,10 @@
         [in] HWND hwnd,
         [in] DWORD dwfIODControl);
 };
+
+cpp_quote("DEFINE_GUID(CLSID_CMultiLanguage, 0x275c23e2, 0x3747, 0x11d0, 0x9f,0xea,0x00,0xaa,0x00,0x3f,0x86,0x46);")
+cpp_quote("DEFINE_GUID(IID_IMLangCodePages, 0x359F3443,0xBD4A,0x11D0,0xB1,0x88,0x00,0xAA,0x00,0x38,0xC9,0x69);")
+cpp_quote("DEFINE_GUID(IID_IMLangFontLink, 0x359F3441,0xBD4A,0x11D0,0xB1,0x88,0x00,0xAA,0x00,0x38,0xC9,0x69);")
+cpp_quote("DEFINE_GUID(IID_IMultiLanguage2, 0xDCCFC164,0x2B38,0x11d2,0xB7,0xEC,0x00,0xC0,0x4F,0x8F,0x5D,0x9A);")
+cpp_quote("DEFINE_GUID(IID_IMultiLanguage, 0x275c23e1,0x3747,0x11d0,0x9f,0xea,0x00,0xaa,0x00,0x3f,0x86,0x46);")
+cpp_quote("DEFINE_GUID(IID_IEnumCodePage, 0x275c23e3,0x3747,0x11d0,0x9f,0xea,0x00,0xaa,0x00,0x3f,0x86,0x46);")
Index: dlls/uuid/uuid.c
===================================================================
RCS file: /home/wine/wine/dlls/uuid/uuid.c,v
retrieving revision 1.5
diff -u -r1.5 uuid.c
--- dlls/uuid/uuid.c	21 Jul 2004 03:08:46 -0000	1.5
+++ dlls/uuid/uuid.c	3 Aug 2004 07:40:27 -0000
@@ -54,6 +54,7 @@
 #include "mapiguid.h"
 #include "activscp.h"
 #include "dispex.h"
+#include "mlang.h"
 
 /* FIXME: cguids declares GUIDs but does not define their values */
 


More information about the wine-patches mailing list