From f9bba0a50fafc7868630767a55cde9f5a16b8d76 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Mon, 5 Jan 2015 21:18:10 +0000 Subject: Changes to allow building with MinGW-w64 --- include/platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/platform.h') 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; # undef HAVE_STRSEP # undef HAVE_STRSIGNAL # undef HAVE_STRVERSCMP +#if !defined(__MINGW64_VERSION_MAJOR) # undef HAVE_VASPRINTF +#endif # undef HAVE_UNLOCKED_STDIO # undef HAVE_UNLOCKED_LINE_OPS #endif -- cgit v1.2.3-55-g6feb