Alistair Leslie-Hughes : mshtml: Correct test for another unknown dispID.
Module: wine Branch: master Commit: ea451adf5873310dfa3facbbaf8134bcd3dc4fe3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ea451adf5873310dfa3facbbaf... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Thu Sep 9 20:23:23 2010 +1000 mshtml: Correct test for another unknown dispID. --- dlls/mshtml/tests/htmldoc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c index d1d02f0..641153b 100644 --- a/dlls/mshtml/tests/htmldoc.c +++ b/dlls/mshtml/tests/htmldoc.c @@ -837,6 +837,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D case 3000028: case 3000029: case 3000030: + case 3000031: /* TODO */ return S_OK; }
participants (1)
-
Alexandre Julliard