From 806aee25f590d865c5190d5d050cd0b131197592 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sat, 29 Jul 2017 10:50:59 +0100 Subject: platform.h: WIN32 doesn't support '%m' printf specifier --- include/platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/platform.h b/include/platform.h index 9633fc725..749169b0c 100644 --- a/include/platform.h +++ b/include/platform.h @@ -453,6 +453,7 @@ typedef unsigned smalluint; #endif # undef HAVE_UNLOCKED_STDIO # undef HAVE_UNLOCKED_LINE_OPS +# undef HAVE_PRINTF_PERCENTM #endif #if defined(__WATCOMC__) -- cgit v1.2.3-55-g6feb