aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-01-05 21:18:10 +0000
committerRon Yorston <rmy@pobox.com>2015-01-05 21:18:10 +0000
commitf9bba0a50fafc7868630767a55cde9f5a16b8d76 (patch)
tree6749e1f5908daaa726dc195e3a04b7a6ac404690 /include/platform.h
parent067f2e7eaf36deac1175eaf24eeb118adcd37179 (diff)
downloadbusybox-w32-f9bba0a50fafc7868630767a55cde9f5a16b8d76.tar.gz
busybox-w32-f9bba0a50fafc7868630767a55cde9f5a16b8d76.tar.bz2
busybox-w32-f9bba0a50fafc7868630767a55cde9f5a16b8d76.zip
Changes to allow building with MinGW-w64
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index d9b82b2ed..e2b61592e 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -425,7 +425,9 @@ typedef unsigned smalluint;
425# undef HAVE_STRSEP 425# undef HAVE_STRSEP
426# undef HAVE_STRSIGNAL 426# undef HAVE_STRSIGNAL
427# undef HAVE_STRVERSCMP 427# undef HAVE_STRVERSCMP
428#if !defined(__MINGW64_VERSION_MAJOR)
428# undef HAVE_VASPRINTF 429# undef HAVE_VASPRINTF
430#endif
429# undef HAVE_UNLOCKED_STDIO 431# undef HAVE_UNLOCKED_STDIO
430# undef HAVE_UNLOCKED_LINE_OPS 432# undef HAVE_UNLOCKED_LINE_OPS
431#endif 433#endif