On Friday 05 December 2025 20:33:13 LIU Hao wrote: > 在 2025-12-5 01:54, Pali Rohár 写道: > > > If the file pointer is represented as a `LARGE_INTEGER`, it's probably > > > better to call `SetFilePointerEx()`. > > > > I let the call as is. Just wanted to fix the compile warning. > > And probably the Ex variant requires some minimal Windows version. > > Yes, Windows 2003 SDK doc says it requires Windows 2000, but it avoids the > complexity. Does the attached patch look good to you?
I was able to trigger that ERROR_DISK_FULL only in VM with old NT system with small few MB VM disk, which does not have SetFilePointerEx. So I will let the non-Ex variant here as it was before. _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
