(resend)msctf: Add base dll framework with initial idl file and stubbed ITfThreadMgr interface

Aric Stewart aric at codeweavers.com
Fri Jan 2 09:58:26 CST 2009


---
  configure                   |    9 +
  configure.ac                |    1 +
  dlls/msctf/Makefile.in      |   15 ++
  dlls/msctf/msctf.c          |  192 +++++++++++++++++
  dlls/msctf/msctf.spec       |    7 +
  dlls/msctf/msctf_internal.h |   26 +++
  dlls/msctf/regsvr.c         |  490 
+++++++++++++++++++++++++++++++++++++++++++
  dlls/msctf/threadmgr.c      |  214 +++++++++++++++++++
  dlls/uuid/uuid.c            |    1 +
  include/Makefile.in         |    1 +
  include/msctf.idl           |   74 +++++++
  11 files changed, 1030 insertions(+), 0 deletions(-)
  create mode 100644 dlls/msctf/Makefile.in
  create mode 100644 dlls/msctf/msctf.c
  create mode 100644 dlls/msctf/msctf.spec
  create mode 100644 dlls/msctf/msctf_internal.h
  create mode 100644 dlls/msctf/regsvr.c
  create mode 100644 dlls/msctf/threadmgr.c
  create mode 100644 include/msctf.idl


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 7b2d3e4759a995b98aaffb3194853bdc6eeb62c9.diff
Type: text/x-patch
Size: 34196 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090102/47246b3c/attachment-0001.bin 


More information about the wine-patches mailing list