Module: wine Branch: master Commit: c8362ec3b8d873ecc8df4e6ea39b350c8051900d URL: http://source.winehq.org/git/wine.git/?a=commit;h=c8362ec3b8d873ecc8df4e6ea3...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sun May 17 17:30:56 2015 +0300
riched20: Added tom typelib.
I had to duplicate idl unfortunately, because typelib in riched20 is not compatible with interfaces from tom.idl - method names are different, while vtables are identical.
---
configure | 2 +- configure.ac | 2 +- dlls/riched20/Makefile.in | 3 + dlls/riched20/riched_tom.idl | 710 ++++++++++++++++++++++++++++++++++++++++++ dlls/riched20/tests/richole.c | 40 +++ 5 files changed, 755 insertions(+), 2 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c8362ec3b8d873ecc8df4e...