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
9f55a518
Commit
9f55a518
authored
Dec 06, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mlang: Properly declare the interface uuids.
parent
ef35d289
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
mlang.idl
include/mlang.idl
+7
-8
No files found.
include/mlang.idl
View file @
9f55a518
...
...
@@ -27,6 +27,7 @@ cpp_quote("#endif")
[
object
,
uuid
(
359
f3443
-
bd4a
-
11
d0
-
b188
-
00
aa0038c969
),
pointer_default
(
unique
)
]
interface
IMLangCodePages
:
IUnknown
...
...
@@ -51,6 +52,7 @@ interface IMLangCodePages : IUnknown
[
object
,
uuid
(
359
f3441
-
bd4a
-
11
d0
-
b188
-
00
aa0038c969
),
pointer_default
(
unique
)
]
interface
IMLangFontLink
:
IMLangCodePages
...
...
@@ -74,6 +76,7 @@ interface IMLangFontLink : IMLangCodePages
[
object
,
uuid
(
ae5f1430
-
388b
-
11
d2
-
8380
-
00
c04f8f5da1
),
pointer_default
(
unique
)
]
interface
IEnumScript
:
IUnknown
...
...
@@ -171,6 +174,7 @@ interface IEnumScript : IUnknown
[
object
,
uuid
(
275
c23e3
-
3747
-
11
d0
-
9
fea
-
00
aa003f8646
),
pointer_default
(
unique
)
]
interface
IEnumCodePage
:
IUnknown
...
...
@@ -270,6 +274,7 @@ interface IMLangConvertCharset : IUnknown
[
object
,
uuid
(
3
dc39d1d
-
c030
-
11
d0
-
b81b
-
00
c04fc9b31f
),
pointer_default
(
unique
)
]
interface
IEnumRfc1766
:
IUnknown
...
...
@@ -300,6 +305,7 @@ interface IEnumRfc1766 : IUnknown
[
object
,
uuid
(
275
c23e1
-
3747
-
11
d0
-
9
fea
-
00
aa003f8646
),
pointer_default
(
unique
)
]
interface
IMultiLanguage
:
IUnknown
...
...
@@ -379,6 +385,7 @@ interface IMultiLanguage : IUnknown
[
object
,
uuid
(
dccfc164
-
2b38
-
11
d2
-
b7ec
-
00
c04f8f5d9a
),
pointer_default
(
unique
)
]
interface
IMultiLanguage2
:
IUnknown
...
...
@@ -564,11 +571,3 @@ cpp_quote("STDAPI IsConvertINetStringAvailable(DWORD, DWORD);")
cpp_quote
(
"STDAPI ConvertINetString(LPDWORD, DWORD, DWORD, LPCSTR, LPINT, LPSTR, LPINT);"
)
cpp_quote
(
"STDAPI ConvertINetMultiByteToUnicode(LPDWORD, DWORD, LPCSTR, LPINT, LPWSTR, LPINT);"
)
cpp_quote
(
"STDAPI ConvertINetUnicodeToMultiByte(LPDWORD, DWORD, LPCWSTR, LPINT, LPSTR, LPINT);"
)
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);"
)
cpp_quote
(
"DEFINE_GUID(IID_IEnumScript, 0xae5f1430,0x388b,0x11d2,0x83,0x80,0x00,0xc0,0x4f,0x8f,0x5d,0xa1);"
)
cpp_quote
(
"DEFINE_GUID(IID_IEnumRfc1766, 0x3dc39d1d,0xc030,0x11d0,0xb8,0x1b,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