1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-21 12:40:51 +03:00

Actually enable fixed snprintf on windows

This commit is contained in:
Manuel Pégourié-Gonnard
2015-06-26 10:52:01 +02:00
parent e1d34d1707
commit 9db2887672
2 changed files with 13 additions and 6 deletions

View File

@@ -142,6 +142,9 @@
*
* All these define require MBEDTLS_PLATFORM_C to be defined!
*
* \note MBEDTLS_PLATFORM_SNPRINTF_ALT is required on Windows;
* it will be enabled automatically by check_config.h
*
* \warning MBEDTLS_PLATFORM_XXX_ALT cannot be defined at the same time as
* MBEDTLS_PLATFORM_XXX_MACRO!
*