Module: wine Branch: master Commit: 2fe3b64fb459414e6ef8a0eb98e254541b74134b URL: http://source.winehq.org/git/wine.git/?a=commit;h=2fe3b64fb459414e6ef8a0eb98...
Author: Aric Stewart aric@codeweavers.com Date: Tue Feb 3 13:18:02 2009 -0600
msctf: Stub implementation of ITfCategoryMgr.
---
dlls/msctf/Makefile.in | 1 + dlls/msctf/categorymgr.c | 248 +++++++++++++++++++++++++++++++++++++++++++ dlls/msctf/msctf.c | 1 + dlls/msctf/msctf_internal.h | 1 + dlls/msctf/regsvr.c | 7 ++ dlls/uuid/uuid.c | 1 + include/msctf.idl | 61 +++++++++++ 7 files changed, 320 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2fe3b64fb459414e6ef8a0...