commit | edd674fb452100809aab6f65819ab9da5705c867 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Sat May 04 14:27:25 2019 +0300 |
committer | Martin Storsjö <martin@martin.st> | Mon May 06 15:15:41 2019 +0300 |
tree | 368dc2013b080c09bf56bf8b7963b2662649e8e5 | |
parent | 8627c03d7e47c84f31dcc09e7e99d19cde8b8679 [diff] [blame] |
crt: Use _UCRT for specifying the CRT to use in certain files Signed-off-by: Martin Storsjö <martin@martin.st>
diff --git a/mingw-w64-crt/stdio/ucrt_vprintf.c b/mingw-w64-crt/stdio/ucrt_vprintf.c index 0f7ef28..6f30eef 100644 --- a/mingw-w64-crt/stdio/ucrt_vprintf.c +++ b/mingw-w64-crt/stdio/ucrt_vprintf.c
@@ -5,7 +5,7 @@ */ #undef __MSVCRT_VERSION__ -#define __MSVCRT_VERSION__ 0x1400 +#define _UCRT #include <stdio.h> int __cdecl vprintf(const char * __restrict__ _Format,va_list _ArgList)