Re: [Mingw-w64-public] [PATCH] Raise FLS_MAXIMUM_AVAILABLE to 4080

2023-05-31 Thread Biswapriyo Nath
Should there be any `#ifdef _WIN32_WINNT < _WIN32_WINNT_SOMETHING` condition to make things backward compatible? Though it would be hard to find the correct Windows version where that value was changed. ___ Mingw-w64-public mailing list Mingw-w64-public

[Mingw-w64-public] [PATCH] Raise FLS_MAXIMUM_AVAILABLE to 4080

2023-05-31 Thread Luca Bacci
Windows 10 19H1 raised the number of available FLS slots from 128 to 4080 [1] and the Windows SDK was updated accordingly [1] https://learn.microsoft.com/en-us/windows-insider/archive/new-in-19h1#fls-slot-limit-increase Signed-off-by: Luca Bacci --- mingw-w64-headers/include/winnt.h | 2 +- 1

Re: [Mingw-w64-public] [PATCH 2/2] add api-ms-core-registry-* def files

2023-05-31 Thread Steve Lhomme
Actually it should be added to mincore, which is the library to use with Windows 8. On 2023-05-31 7:45, Steve Lhomme wrote: These are needed to enable the registry API calls available in UWP. --- mingw-w64-crt/Makefile.am | 4 ++ .../api-ms-win-core-registry-l1-1-0.def