Module: wine Branch: refs/heads/master Commit: 0c1586e8f0e484c34547f2704d9c7e1afa9d11e6 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=0c1586e8f0e484c34547f270...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Aug 7 21:17:37 2006 +0200
mlang: Fix the 'Multi Language String' CLSID: there is no {44EC053A-B70D-11D0-B188-00AA0038C969} CLSID in the Windows registry.
---
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 );
/*