Timo Kreuzer
|
4de4349109
|
[UCRT] Fix non-standard literal suffixes
|
2025-01-16 14:18:53 +02:00 |
|
Timo Kreuzer
|
ffd69754f9
|
[UCRT] Fix non-standard extern "C" usage
|
2025-01-16 14:18:53 +02:00 |
|
Timo Kreuzer
|
9ed5151de9
|
[UCRT] Fix benign typo ('\0' instead of nullptr)
|
2025-01-16 14:18:53 +02:00 |
|
Timo Kreuzer
|
f8e7a249ba
|
[UCRT] Fix a signed/unsigned comparison
|
2025-01-16 14:18:53 +02:00 |
|
Timo Kreuzer
|
2d753d95fb
|
[UCRT] Fix multiple missing dereferences
This is a bug in MS UCRT code. MSVC allows to check a pointer to be > 0, GCC emits a warning.
|
2025-01-16 14:18:53 +02:00 |
|
Timo Kreuzer
|
d622c4a7a0
|
[UCRT] Fix a typo/bug in __acrt_mbs_to_wcs_cp_array
|
2025-01-16 14:18:53 +02:00 |
|
Timo Kreuzer
|
48d8d198b2
|
[UCRT] Add missing line breaks at end of file
|
2025-01-16 14:18:53 +02:00 |
|
Timo Kreuzer
|
995e16d4d4
|
[UCRT] Add missing headers
These are minimal definitions, just enough to make things compile.
|
2025-01-16 14:18:53 +02:00 |
|
Timo Kreuzer
|
04e0dc4a7a
|
[UCRT] Import Microsoft.Windows.SDK.CRTSource version 10.0.22621.3
Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3
License: MIT
|
2025-01-16 14:18:53 +02:00 |
|