mshtml: Correct test for unknown dispID.

This commit is contained in:
Alistair Leslie-Hughes 2010-09-08 14:39:53 +10:00 committed by Alexandre Julliard
parent b9b9d7ccca
commit 168fc942f6
1 changed files with 1 additions and 0 deletions

View File

@ -834,6 +834,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D
CHECK_EXPECT(OnChanged_1012);
return S_OK;
case 1030:
case 3000028:
case 3000029:
case 3000030:
/* TODO */