diff options
author | Ron Yorston <rmy@pobox.com> | 2017-07-29 10:50:59 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-07-29 10:50:59 +0100 |
commit | 806aee25f590d865c5190d5d050cd0b131197592 (patch) | |
tree | 37380ee520230b85d5b811df507f8b8969bdeb70 /include/platform.h | |
parent | 3c06c092027d6588ca31b2ba630fec5402bf663d (diff) | |
download | busybox-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.h | 1 |
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__) |