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
0c46b06c
Commit
0c46b06c
authored
Jun 25, 2013
by
Qian Hong
Committed by
Alexandre Julliard
Jun 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf: Added stub TF_CreateLangBarItemMgr.
parent
5ef6f991
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
msctf.c
dlls/msctf/msctf.c
+8
-0
msctf.spec
dlls/msctf/msctf.spec
+1
-1
No files found.
dlls/msctf/msctf.c
View file @
0c46b06c
...
...
@@ -651,3 +651,11 @@ HRESULT WINAPI TF_CreateLangBarMgr(ITfLangBarMgr **pppbm)
TRACE
(
"
\n
"
);
return
LangBarMgr_Constructor
(
NULL
,(
IUnknown
**
)
pppbm
);
}
HRESULT
WINAPI
TF_CreateLangBarItemMgr
(
ITfLangBarItemMgr
**
pplbim
)
{
FIXME
(
"stub %p
\n
"
,
pplbim
);
*
pplbim
=
NULL
;
return
E_NOTIMPL
;
}
dlls/msctf/msctf.spec
View file @
0c46b06c
...
...
@@ -12,7 +12,7 @@
@ stub TF_CreateCicLoadMutex
@ stub TF_CreateDisplayAttributeMgr
@ stdcall TF_CreateInputProcessorProfiles(ptr)
@ st
ub TF_CreateLangBarItemMgr
@ st
dcall TF_CreateLangBarItemMgr(ptr)
@ stdcall TF_CreateLangBarMgr(ptr)
@ stdcall TF_CreateThreadMgr(ptr)
@ stub TF_DllDetachInOther
...
...
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