---
 mingw-w64-crt/stdio/ucrt__snwprintf.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mingw-w64-crt/stdio/ucrt__snwprintf.c 
b/mingw-w64-crt/stdio/ucrt__snwprintf.c
index 5f5a435884b3..5e03d269cf63 100644
--- a/mingw-w64-crt/stdio/ucrt__snwprintf.c
+++ b/mingw-w64-crt/stdio/ucrt__snwprintf.c
@@ -10,8 +10,6 @@
 #include <stdarg.h>
 #include <stdio.h>
 
-int __cdecl _snwprintf(wchar_t * restrict _Dest, size_t _Count, const wchar_t 
* restrict _Format, ...);
-
 int __cdecl _snwprintf(wchar_t * restrict _Dest, size_t _Count, const wchar_t 
* restrict _Format, ...)
 {
   va_list ap;
@@ -21,3 +19,4 @@ int __cdecl _snwprintf(wchar_t * restrict _Dest, size_t 
_Count, const wchar_t *
   va_end(ap);
   return ret;
 }
+int __cdecl (*__MINGW_IMP_SYMBOL(_snwprintf))(wchar_t * restrict, size_t, 
const wchar_t * restrict, ...) = _snwprintf;
-- 
2.20.1



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to