Re: [Mingw-w64-public] [PATCH 0/9] Update CRT to work better with allowed UWP API's

2020-04-24 Thread Steve Lhomme
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

[Mingw-w64-public] [PATCH 0/9] Update CRT to work better with allowed UWP API's

2020-04-24 Thread Steve Lhomme
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