Jacek Caban wrote:
<S-Insert> --- dlls/mshtml/htmlbody.c | 70 ++++++++++++++++++++++++------------------------ 1 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/dlls/mshtml/htmlbody.c b/dlls/mshtml/htmlbody.c index f8be550..542c989 100644 --- a/dlls/mshtml/htmlbody.c +++ b/dlls/mshtml/htmlbody.c @@ -138,245 +138,245 @@ static HRESULT WINAPI HTMLBodyElement_Invoke(IHTMLBodyElement *iface, DISPID dis static HRESULT WINAPI HTMLBodyElement_put_background(IHTMLBodyElement *iface, BSTR v) { HTMLBodyElement *This = HTMLBODY_THIS(iface);
- TRACE("(%p)->(%s)\n", This, debugstr_w(v));
- FIXME("(%p)->(%s)\n", This, debugstr_w(v));
It should then include "Stub" in the FIXME message so people know why they get those.
bye michael