Re: [05/11] windowscodecs: Add support for more types of IFD fields. Resend.
Alexandre Julliard wrote: > > + case IFD_BYTE: > > + case IFD_SBYTE: > > +if (count == 1) > > +{ > > +item->value.u.bVal = *(BYTE *)&value; > > +break; > > +} > > +FIXME("loading multiple byte fields is not implemented\n"); > > +
Re: [05/11] windowscodecs: Add support for more types of IFD fields. Resend.
Dmitry Timoshkov writes: > @@ -650,30 +672,43 @@ static HRESULT load_IFD_entry(IStream *input, const > struct IFD_entry *entry, > SWAP_ULONG(count); > type = entry->type; > SWAP_USHORT(type); > +item->value.vt = tag_to_vt(type); > value = entry->value; > SWAP_ULONG(v