On Sun, 21 Sep 2025, Pali Rohár wrote:
---
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
Where is such a flag defined? I don't see it defined in public UCRT/WinSDK
headers anywhere.
// Martin
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public