Re: [2/5] windowscodecs: Basic tests for tiff encoder options
5 Feb
2013
5 Feb
'13
5:20 p.m.
+ { wszTiffCompressionMethod, VT_UI1, VT_UI1, {.iVal=WICTiffCompressionDontCare} }, This .field=value initialization syntax is not acceptable for Wine (not in C89). I don't know another way to initialize unions. + if (clsid_encoder == &CLSID_WICTiffEncoder) + todo_wine test_specific_encoder_properties(options, testdata_tiff_props, all_props, cProperties2); It might be better to mark the individual properties with a todo, so they can be added one at a time.
4699
Age (days ago)
4699
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Povirk