On 06.07.19 09:59, Alistair Leslie-Hughes wrote> Binary packages for various distributions will be available from:
https://www.winehq.org/download
Summary since last release
- Rebased to current wine 4.12 (822 patches are applied to wine vanilla)
The commit "setupapi: Add support for IDF_CHECKFIRST flag in SetupPromptForDiskW." (from the setupapi-SetupPromptForDisk set of patches) appears to break building wine-staging, since the linker isn't able to find the snwprintf function.
Reverting the commit makes things buildable again. I have tried replacing snwprintf with _snwprintf, which successfully builds as well, but I couldn't do any testing yet.
Tim