--- mingw-w64-headers/crt/stdio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-headers/crt/stdio.h b/mingw-w64-headers/crt/stdio.h index 1d9603b81d48..5c88f6c74db3 100644 --- a/mingw-w64-headers/crt/stdio.h +++ b/mingw-w64-headers/crt/stdio.h @@ -159,6 +159,7 @@ _CRTIMP FILE *__cdecl __acrt_iob_func(unsigned index); #ifdef _POSIX_ #define _IOAPPEND 0x0200 #endif +#define _IOCOMMIT 0x4000 #endif /* used with _set_output_format which is not present in ucrt */ -- 2.20.1
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
