Files
reactos/sdk/lib
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
..
2025-01-14 13:34:24 +02:00
2024-04-27 22:51:34 +02:00
2022-03-15 22:54:17 -04:00
2024-10-24 18:39:50 +03:00
2023-12-23 21:37:08 +01:00
2019-09-19 02:39:59 +02:00
2024-10-24 18:39:50 +03:00