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] [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