Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0c1586e8
Commit
0c1586e8
authored
Aug 07, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mlang: Fix the 'Multi Language String' CLSID: there is no…
mlang: Fix the 'Multi Language String' CLSID: there is no {44EC053A-B70D-11D0-B188-00AA0038C969} CLSID in the Windows registry.
parent
a3191f7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
regsvr.c
dlls/mlang/regsvr.c
+1
-1
No files found.
dlls/mlang/regsvr.c
View file @
0c1586e8
...
...
@@ -37,7 +37,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
mlang
);
DEFINE_GUID
(
CLSID_MLANGSupport
,
0x275c23e2
,
0x3747
,
0x11d0
,
0x9f
,
0xea
,
0x00
,
0xaa
,
0x00
,
0x3f
,
0x86
,
0x46
);
DEFINE_GUID
(
CLSID_MLANGString
,
0x
44ec053a
,
0xb70d
,
0x11d0
,
0xb1
,
0x88
,
0x00
,
0xaa
,
0x00
,
0x38
,
0xc9
,
0x69
);
DEFINE_GUID
(
CLSID_MLANGString
,
0x
c04d65cf
,
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
);
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment