I updated my branch with these patches (autoreconf is needed after
applying these) https://github.com/robUx4/mingw-w64/tree/winstore-cleaning
There are extra patches to :
- build winstorecompat/winstorecompatapp with blocked forbidden UWP
calls (requires to install the latest headers before bui
This patchset changes the CRT and winstorecompat so that the CRT can build
correctly when forcing WINAPI_FAMILY_APP for win8 and win10. A few calls in the
CRT glu has been modified to use allowed UWP calls while still maintaining
XP compatibility.
VirtualProtect is not available in UWP. There is V