Module: wine Branch: master Commit: 6c842a86bb630ec83f30802925312b6d98dab208 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6c842a86bb630ec83f30802925...
Author: Aric Stewart aric@codeweavers.com Date: Tue Feb 3 13:17:04 2009 -0600
msctf: Add stub implementation of ITfInputProcessorProfiles.
---
dlls/msctf/Makefile.in | 1 + dlls/msctf/inputprocessor.c | 295 +++++++++++++++++++++++++++++++++++++++++++ dlls/msctf/msctf.c | 1 + dlls/msctf/msctf_internal.h | 1 + dlls/msctf/regsvr.c | 7 + dlls/uuid/uuid.c | 1 + include/msctf.idl | 100 +++++++++++++++ 7 files changed, 406 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6c842a86bb630ec83f3080...