mlang: Fix the 'Multi Language String' CLSID: there is no {44EC053A-B70D-11D0-B188-00AA0038C969} CLSID in the Windows registry.

Francois Gouget fgouget at codeweavers.com
Fri Aug 4 10:40:59 CDT 2006


Hi,

If someone knows how we came to have 0x44EC053A in Wine instead of the 
expected 0xc04d65cf...


---
  dlls/mlang/regsvr.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mlang/regsvr.c b/dlls/mlang/regsvr.c
index d8edac5..ea83b1d 100644
--- a/dlls/mlang/regsvr.c
+++ b/dlls/mlang/regsvr.c
@@ -37,7 +37,7 @@ #include "wine/debug.h"
  WINE_DEFAULT_DEBUG_CHANNEL(mlang);

  DEFINE_GUID( CLSID_MLANGSupport, 0x275c23e2,0x3747,0x11d0,0x9f,0xea,0x00,0xaa,0x00,0x3f,0x86,0x46 );
-DEFINE_GUID( CLSID_MLANGString, 0x44ec053a,0xb70d,0x11d0,0xb1,0x88,0x00,0xaa,0x00,0x38,0xc9,0x69 );
+DEFINE_GUID( CLSID_MLANGString, 0xc04d65cf, 0xb70d, 0x11d0, 0xb1,0x88, 0x00,0xaa,0x00,0x38,0xc9,0x69);
  DEFINE_GUID( CLSID_MLANGCharSet, 0xd66d6f99,0xcdaa,0x11d0,0xb8,0x22,0x00,0xC0,0x4f,0xc9,0xb3,0x1f );

  /*
-- 
1.4.1




More information about the wine-patches mailing list