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
2e5a5620
Commit
2e5a5620
authored
Jan 27, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Jan 28, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf: Add regsvr functions.
parent
a74aeae6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.in
dlls/msctf/Makefile.in
+2
-1
msctf.spec
dlls/msctf/msctf.spec
+2
-2
regsvr.c
dlls/msctf/regsvr.c
+0
-0
No files found.
dlls/msctf/Makefile.in
View file @
2e5a5620
...
...
@@ -6,7 +6,8 @@ MODULE = msctf.dll
IMPORTS
=
uuid ole32 user32 advapi32 kernel32 ntdll
C_SRCS
=
\
msctf.c
msctf.c
\
regsvr.c
@MAKE_DLL_RULES@
...
...
dlls/msctf/msctf.spec
View file @
2e5a5620
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ st
ub DllRegisterServer
@ st
ub DllUnregisterServer
@ st
dcall -private DllRegisterServer()
@ st
dcall -private DllUnregisterServer()
@ stub SetInputScope
@ stub SetInputScopeXML
@ stub SetInputScopes
dlls/msctf/regsvr.c
0 → 100644
View file @
2e5a5620
This diff is collapsed.
Click to expand it.
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