Commit 168fc942 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

mshtml: Correct test for unknown dispID.

parent b9b9d7cc
...@@ -834,6 +834,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D ...@@ -834,6 +834,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D
CHECK_EXPECT(OnChanged_1012); CHECK_EXPECT(OnChanged_1012);
return S_OK; return S_OK;
case 1030: case 1030:
case 3000028:
case 3000029: case 3000029:
case 3000030: case 3000030:
/* TODO */ /* TODO */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment