Ilya Shpigor shpigor@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.