Skip to content
Snippets Groups Projects
Commit f1a831c6 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard
Browse files
parent 7143c458
No related branches found
No related tags found
No related merge requests found
......@@ -1480,6 +1480,7 @@ enable_mscms
enable_mscoree
enable_mscorwks
enable_msctf
enable_msctfmonitor
enable_msctfp
enable_msdaps
enable_msdasql
......@@ -21551,6 +21552,7 @@ wine_fn_config_makefile dlls/mscoree/tests enable_tests
wine_fn_config_makefile dlls/mscorwks enable_mscorwks
wine_fn_config_makefile dlls/msctf enable_msctf
wine_fn_config_makefile dlls/msctf/tests enable_tests
wine_fn_config_makefile dlls/msctfmonitor enable_msctfmonitor
wine_fn_config_makefile dlls/msctfp enable_msctfp
wine_fn_config_makefile dlls/msdaps enable_msdaps
wine_fn_config_makefile dlls/msdasql enable_msdasql
......
......@@ -3091,6 +3091,7 @@ WINE_CONFIG_MAKEFILE(dlls/mscoree/tests)
WINE_CONFIG_MAKEFILE(dlls/mscorwks)
WINE_CONFIG_MAKEFILE(dlls/msctf)
WINE_CONFIG_MAKEFILE(dlls/msctf/tests)
WINE_CONFIG_MAKEFILE(dlls/msctfmonitor)
WINE_CONFIG_MAKEFILE(dlls/msctfp)
WINE_CONFIG_MAKEFILE(dlls/msdaps)
WINE_CONFIG_MAKEFILE(dlls/msdasql)
......
MODULE = msctfmonitor.dll
EXTRADLLFLAGS = -Wb,--prefer-native
@ stdcall -private DllCanUnloadNow()
@ stub DllGetClassObject
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
@ stub DoMsCtfMonitor
@ stub InitLocalMsCtfMonitor
@ stub UnInitLocalMsCtfMonitor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment