Module: wine Branch: master Commit: 9fc38b723055ccc0faa490861dc8f8ee29743f7f URL: http://source.winehq.org/git/wine.git/?a=commit;h=9fc38b723055ccc0faa490861d...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Dec 30 16:13:40 2011 +0300
wshom.ocx: Added IWshCollection stub and some tests.
---
.gitignore | 1 + dlls/wshom.ocx/shell.c | 182 +++++++++++- dlls/wshom.ocx/tests/Makefile.in | 2 + dlls/wshom.ocx/tests/wshom.c | 51 +++- dlls/wshom.ocx/tests/wshom.idl | 602 ++++++++++++++++++++++++++++++++++++++ dlls/wshom.ocx/wshom.idl | 279 ++++++++++++++++++ dlls/wshom.ocx/wshom_main.c | 3 +- dlls/wshom.ocx/wshom_private.h | 1 + 8 files changed, 1096 insertions(+), 25 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9fc38b723055ccc0faa490...