On 12/02/18 13:32, Alexandre Julliard wrote:
Zebediah Figura z.figura12@gmail.com writes:
Fixes https://bugs.winehq.org/show_bug.cgi?id=44489
Signed-off-by: Zebediah Figura z.figura12@gmail.com
dlls/msvfw32/msvideo_main.c | 2 ++ dlls/msvfw32/tests/msvfw.c | 6 ++++++ 2 files changed, 8 insertions(+)
This fails here:
../../../tools/runtest -q -P wine -T ../../.. -M msvfw32.dll -p msvfw32_test.exe.so msvfw && touch msvfw.ok msvfw.c:299: Test failed: ICInfo failed on fcc 0x616d692e msvfw.c:299: Test failed: ICInfo failed on fcc 0x61736d2e msvfw.c:299: Test failed: ICInfo failed on fcc 0x67736d2e msvfw.c:299: Test failed: ICInfo failed on fcc 0x61336c2e msvfw.c:299: Test failed: ICInfo failed on fcc 0x67736d2e Makefile:218: recipe for target 'msvfw.ok' failed make: *** [msvfw.ok] Error 5
Ah, so it seems that first patch was necessary after all. I had originally meant it as part of a series migrating the Drivers32 section to the registry, but it is also necessary for these tests.
In that case would you please review the original series of 3 patches as sent? Thanks.