wine
wine copied to clipboard
mfplat.c pos undeclared
When trying to make
the configured project i get this error:
dlls/mfreadwrite/tests/mfplat.c: In function ‘test_source_reader_from_media_source’:
dlls/mfreadwrite/tests/mfplat.c:977:5: error: ‘pos’ undeclared (first use in this function)
977 | pos.vt = VT_I8;
| ^~~
My pull request #107 is fixing the problem.
You normally don't need that, configuring with --disable-tests will skip tests, they are not included in proton packages.
Looks like this was fixed upstream as part of wine 6.5 (https://source.winehq.org/git/wine.git/commitdiff/1a7be75656003f2fe0dfdde609a6ebf7c8bc07cc).