Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
e84b0796
Commit
e84b0796
authored
Aug 16, 2004
by
Steven Edwards
Committed by
Alexandre Julliard
Aug 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stubs for LcidToRfc1766[A/W].
parent
5edd6610
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
mlang.c
dlls/mlang/mlang.c
+18
-0
mlang.spec
dlls/mlang/mlang.spec
+2
-2
No files found.
dlls/mlang/mlang.c
View file @
e84b0796
...
...
@@ -549,6 +549,24 @@ HRESULT WINAPI IsConvertINetStringAvailable(
return
S_FALSE
;
}
HRESULT
WINAPI
LcidToRfc1766A
(
LCID
Locale
,
LPSTR
pszRfc1766
,
INT
nChar
)
{
FIXME
(
"%ld %s %u
\n
"
,
Locale
,
pszRfc1766
,
nChar
);
return
S_FALSE
;
}
HRESULT
WINAPI
LcidToRfc1766W
(
LCID
Locale
,
LPWSTR
pszRfc1766
,
INT
nChar
)
{
FIXME
(
"%ld %p %u
\n
"
,
Locale
,
pszRfc1766
,
nChar
);
return
S_FALSE
;
}
/******************************************************************************
* MLANG ClassFactory
*/
...
...
dlls/mlang/mlang.spec
View file @
e84b0796
...
...
@@ -8,7 +8,7 @@
@ stdcall DllUnregisterServer() MLANG_DllUnregisterServer
@ stub GetGlobalFontLinkObject
@ stdcall IsConvertINetStringAvailable(long long)
@ st
ub LcidToRfc1766A
@ st
ub LcidToRfc1766W
@ st
dcall LcidToRfc1766A(long ptr long)
@ st
dcall LcidToRfc1766W(long ptr long)
@ stub Rfc1766ToLcidA
@ stub Rfc1766ToLcidW
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