shdocvw: Added IDataObject stub implementation.

Alexandre Julliard julliard at winehq.org
Fri May 14 04:49:19 CDT 2010


Ilya Shpigor <shpigor at etersoft.ru> writes:

> ---
>  dlls/shdocvw/Makefile.in  |    1 +
>  dlls/shdocvw/dataobject.c |  127 +++++++++++++++++++++++++++++++++++++++++++++
>  dlls/shdocvw/shdocvw.h    |    3 +
>  dlls/shdocvw/webbrowser.c |    4 ++
>  4 files changed, 135 insertions(+), 0 deletions(-)
>  create mode 100644 dlls/shdocvw/dataobject.c

Please don't create a new file for every interface. There are enough
existing files where this can go. Same for IOleLink.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list