Files
WrldBox/.tmp_zig/lib/zig/libc/mingw/misc/ftw32i64.c
swim67667 c17dfc94ce
Some checks failed
Build Project / build (ubuntu-latest) (push) Failing after 12m33s
added multi-compiling stuff (only works on my mac for now)
2026-06-28 16:40:20 -04:00

11 lines
276 B
C

/**
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
#define FUNC_FTW ftw32i64
#define FUNC_NFTW nftw32i64
#define FUNC_STAT stat32i64
#define STRUCT_STAT struct _stat32i64
#include "ftw.c"