On Thu, 4 Dec 2025, Pali Rohár wrote:

Functions _(w)findfirst64 and _(w)findnext64 are available since
msvcr70.dll. For older msvcrt versions provide mingw-w64 emulation via
WinAPI FindFirstFileA()/FindFirstFileW() and
WinAPI FindNextFileA()/FindNextFileW() functions.
---

This commit message doesn't say anything about msvcrt.dll - where it
seemingly does exist since some version, and for non-i386 versions we
assume it always exists.

diff --git a/mingw-w64-crt/stdio/_findX.h b/mingw-w64-crt/stdio/_findX.h
new file mode 100644
index 000000000000..4705240d934c
--- /dev/null
+++ b/mingw-w64-crt/stdio/_findX.h
@@ -0,0 +1,33 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the mingw-w64 runtime package.
+ * No warranty is given; refer to the file DISCLAIMER.PD within this package.
+ */
+
+#include "filetime_to_time64.h"
+
+#define win32_fi_to_crt_find_data(success, fi, find_data) do { \

What does the "fi" abbreviation stand for here?

// Martin

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to