1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-12 17:42:35 +08:00
Bence Szépkúti becb21e668 Fix MSVC version guard for C99 format size specifiers
Visual Studio 2013 (_MSC_VER == 1800) doesn't support %zu - only use it
on 2015 and above (_MSC_VER >= 1900).

%ldd works on Visual Studio 2013, but this patch keeps the two macro
definitions together, for simplicity's sake.

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2025-03-12 16:16:20 +01:00
..
2024-06-13 09:02:30 +02:00