Module: wine Branch: master Commit: d0ef9886c3ef34266257d6df4c52449a1ea26973 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d0ef9886c3ef34266257d6df4c...
Author: Aric Stewart aric@codeweavers.com Date: Mon May 18 14:48:18 2009 -0500
msctf: Add stub implementation of ITfRange.
---
dlls/msctf/Makefile.in | 1 + dlls/msctf/msctf_internal.h | 1 + dlls/msctf/range.c | 330 +++++++++++++++++++++++++++++++++++++++++++ include/msctf.idl | 141 ++++++++++++++++++ include/textstor.idl | 4 + 5 files changed, 477 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d0ef9886c3ef34266257d6...