aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-07-29 10:50:59 +0100
committerRon Yorston <rmy@pobox.com>2017-07-29 10:50:59 +0100
commit806aee25f590d865c5190d5d050cd0b131197592 (patch)
tree37380ee520230b85d5b811df507f8b8969bdeb70 /include/platform.h
parent3c06c092027d6588ca31b2ba630fec5402bf663d (diff)
downloadbusybox-w32-806aee25f590d865c5190d5d050cd0b131197592.tar.gz
busybox-w32-806aee25f590d865c5190d5d050cd0b131197592.tar.bz2
busybox-w32-806aee25f590d865c5190d5d050cd0b131197592.zip
platform.h: WIN32 doesn't support '%m' printf specifier
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h1
1 files changed, 1 insertions, 0 deletions
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;
453#endif 453#endif
454# undef HAVE_UNLOCKED_STDIO 454# undef HAVE_UNLOCKED_STDIO
455# undef HAVE_UNLOCKED_LINE_OPS 455# undef HAVE_UNLOCKED_LINE_OPS
456# undef HAVE_PRINTF_PERCENTM
456#endif 457#endif
457 458
458#if defined(__WATCOMC__) 459#if defined(__WATCOMC__)