Module: wine Branch: master Commit: dc176dedf04383e1dd140e6ca8536d9b54a6d77f URL: https://source.winehq.org/git/wine.git/?a=commit;h=dc176dedf04383e1dd140e6ca... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jun 12 09:41:05 2019 +0200 msctf: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msctf/Makefile.in | 2 ++ dlls/msctf/categorymgr.c | 19 +++++++------------ dlls/msctf/compartmentmgr.c | 4 ---- dlls/msctf/context.c | 4 ---- dlls/msctf/documentmgr.c | 4 ---- dlls/msctf/inputprocessor.c | 28 ++++++++++++---------------- dlls/msctf/msctf.c | 2 -- dlls/msctf/range.c | 4 ---- dlls/msctf/threadmgr.c | 4 ---- 9 files changed, 21 insertions(+), 50 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dc176dedf04383e1dd140...