reactos/sdk
Timo Kreuzer f9dc185ede [UCRT] Use a C cast instead of const_cast for GCC
This is because GCC will generate errors for both const_cast and static_cast depending on the template parameter:
- With const_cast: error: invalid 'const_cast' from type 'std::nullptr_t' to type 'const wchar_t**'
- With static_cast: error: invalid 'static_cast' from type 'wchar_t** const' to type 'const wchar_t**'
2025-01-16 14:18:53 +02:00
..
cmake [WIDL] Properly pass architecture flag instead of modifying the code 2025-01-15 08:29:53 +02:00
include [UCRT] Add GCC compatible __FUNCTIONW__ 2025-01-16 14:18:53 +02:00
lib [UCRT] Use a C cast instead of const_cast for GCC 2025-01-16 14:18:53 +02:00
tools [WIDL] Reduce diff to Wine-4.0 2025-01-15 08:29:53 +02:00