Skip to content

Commit 5fbffa2

Browse files
committed
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 <[email protected]>
1 parent 81ea6a6 commit 5fbffa2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog.d/fix-msvc-version-guard-format-zu.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ Bugfix
33
occurred whenever SSL debugging was enabled on a copy of Mbed TLS built
44
with Visual Studio 2013.
55
Fixes #10017.
6+
* Remove Everest Visual Studio 2010 compatibility headers, which could
7+
interfere with standard CRT headers in certain situations, eg. when
8+
building Mbed TLS with the .sln file shipped with the project.

0 commit comments

Comments
 (0)