Re: MSHTML: Added test of IOleObject::[SG]etClientSite

2005-07-03 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > Changelog: > - Added test of IOleObject::[SG]etClientSite > - Fix IOleObject_SetClientSite to pass tests The test fails here: htmldoc.c:232: Test failed: *pchKey=0x7fc7d2d9, expected NULL -- Alexandre Julliard [EMAIL PROTECTED]

Re: MSHTML: Added test of IOleObject::[SG]etClientSite

2005-07-01 Thread Paul Vriens
On Fri, 2005-07-01 at 20:38, Jacek Caban wrote: > > #include "mshtml.h" > +#include "mshtmhst.h" > + > +#include "mshtml.h" You've included mshtml.h twice. Cheers, Paul.