summaryrefslogtreecommitdiff
path: root/rts/RtsSymbols.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsSymbols.c')
-rw-r--r--rts/RtsSymbols.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c
index 6d3ff2929e..9b8a4ae16d 100644
--- a/rts/RtsSymbols.c
+++ b/rts/RtsSymbols.c
@@ -151,7 +151,9 @@
__imp___acrt_iob_func, __rts_iob_func, true)) \
RTS_WIN32_ONLY(SymI_HasProto_redirect( \
__imp____acrt_iob_func, __rts_iob_func, true)) \
- SymI_HasProto(__mingw_vsnwprintf)
+ SymI_HasProto(__mingw_vsnwprintf) \
+ /* ^^ Need to figure out why this is needed. */ \
+ SymI_HasProto(__mingw_vfprintf) \
/* ^^ Need to figure out why this is needed. */
#define RTS_MINGW_COMPAT_SYMBOLS \