mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
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>
9 lines
424 B
Plaintext
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.
|