Files
mbedtls/ChangeLog.d/fix-msvc-version-guard-format-zu.txt
Bence Szépkúti 8154c5823e Remove Everest VS2010 compatibility headers
These headers were necessary for compatibility with Visual Studio 2010,
and interfere with the system headers on Visual Studio 2013+, eg. when
building Mbed TLS using the .sln file shipped with the project.

Move the still-required definition of "inline" to callconv.h, where the
definition for GCC also lives.

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2025-03-07 17:54:19 +01:00

9 lines
424 B
Plaintext

Bugfix
* Fix definition of MBEDTLS_PRINTF_SIZET to prevent runtime crashes that
occurred whenever SSL debugging was enabled on a copy of Mbed TLS built
with Visual Studio 2013.
Fixes #10017.
* Remove Everest Visual Studio 2010 compatibility headers, which could
interfere with standard CRT headers in certain situations, eg. when
building Mbed TLS with the .sln file shipped with the project.