Commit 2e5a5620 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

msctf: Add regsvr functions.

parent a74aeae6
......@@ -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@
......
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stub DllRegisterServer
@ stub DllUnregisterServer
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
@ stub SetInputScope
@ stub SetInputScopeXML
@ stub SetInputScopes
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment