Esme Povirk (@madewokherd) commented about dlls/windowscodecs/tests/metadata.c:
check_interface(reader, &IID_IWICStreamProvider, TRUE); check_persist_classid(reader, &CLSID_WICPngTimeMetadataReader);
- hr = IWICMetadataReader_GetCount(reader, &count);
- ok(hr == S_OK, "Unexpected hr %#lx.\n", hr);
- todo_wine
- ok(count == ARRAY_SIZE(td), "unexpected count %i\n", count);
- compare_metadata(reader, default_data, count);
- id.vt = VT_EMPTY;
- hr = IWICMetadataReader_GetValueByIndex(reader, 2, NULL, &id, NULL);
- todo_wine
- todo_wine
Double todo?