ChangeSet ID: 21474 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/28 05:03:59
Modified files: dlls/shdocvw : Makefile.in client.c shdocvw.h webbrowser.c Added files: dlls/shdocvw : frame.c
Log message: Jacek Caban jacek@codeweavers.com Added implementation of GetWindowContext. Added stub implementation of IOleInPlaceFrame interface.
Patch: http://cvs.winehq.org/patch.py?id=21474
Old revision New revision Changes Path 1.20 1.21 +1 -0 wine/dlls/shdocvw/Makefile.in 1.4 1.5 +15 -2 wine/dlls/shdocvw/client.c 1.32 1.33 +8 -0 wine/dlls/shdocvw/shdocvw.h 1.26 1.27 +1 -0 wine/dlls/shdocvw/webbrowser.c Added 1.1 +0 -0 wine/dlls/shdocvw/frame.c