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 1c8e00d commit d656263Copy full SHA for d656263
include/mbedtls/debug.h
@@ -108,7 +108,7 @@
108
*
109
* This module provides debugging functions.
110
*/
111
-#if (defined(__MINGW32__) && __USE_MINGW_ANSI_STDIO == 0) || (defined(_MSC_VER) && _MSC_VER < 1900)
+#if defined(__MINGW32__) || (defined(_MSC_VER) && _MSC_VER < 1900)
112
#include <inttypes.h>
113
#define MBEDTLS_PRINTF_SIZET PRIuPTR
114
#define MBEDTLS_PRINTF_LONGLONG "I64d"
0 commit comments