commit | fc0b673050503e986d1d956d669918f5f286cce9 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Fri Jun 27 22:06:20 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Thu Jul 31 23:26:11 2025 +0300 |
tree | ead1900ac6deaff2bc8339fdebe2174ba3357052 | |
parent | a94f9b4ff9dc7fa6b2ce47d6aa8f63bb65aa60e3 [diff] |
headers: Guard _fstat, _fstati64, _stat, _stati64, _wstat and _wstati64 for CRT build The mingw-w64 runtime should not call these functions as they are conditionally defined based on application compile-time macro _USE_32BIT_TIME_T. So hide all these functions when building the mingw-w64 runtime to prevent ABI issues. Signed-off-by: Martin Storsjö <martin@martin.st>