From f24cc241876a97ccff907732aeff8f6bd925c242 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Tue, 7 Feb 2017 12:40:45 +0000 Subject: Provide vfprintf replacement vfprintf is used in ash_vmsg. It should be passed through the codepage conversion in winansi.c. --- win32/winansi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/winansi.c b/win32/winansi.c index e95b9c846..7c7e1a626 100644 --- a/win32/winansi.c +++ b/win32/winansi.c @@ -9,6 +9,7 @@ /* Functions to be wrapped: */ +#undef vfprintf #undef vprintf #undef printf #undef fprintf -- cgit v1.2.3-55-g6feb