We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3165329 commit 2a63cacCopy full SHA for 2a63cac
include/mbedtls/debug.h
@@ -113,11 +113,11 @@
113
#define MBEDTLS_PRINTF_SIZET PRIuPTR
114
#define MBEDTLS_PRINTF_LONGLONG "I64d"
115
#else \
116
- /* (defined(__MINGW32__) && __USE_MINGW_ANSI_STDIO == 0) || (defined(_MSC_VER) && _MSC_VER < 1900) */
+ /* defined(__MINGW32__) || (defined(_MSC_VER) && _MSC_VER < 1900) */
117
#define MBEDTLS_PRINTF_SIZET "zu"
118
#define MBEDTLS_PRINTF_LONGLONG "lld"
119
#endif \
120
121
122
#if !defined(MBEDTLS_PRINTF_MS_TIME)
123
#include <inttypes.h>
0 commit comments