master
1/**
2 * This file is part of the mingw-w64 runtime package.
3 * No warranty is given; refer to the file DISCLAIMER within this package.
4 */
5
6#define FUNC_FTW ftw32i64
7#define FUNC_NFTW nftw32i64
8#define FUNC_STAT stat32i64
9#define STRUCT_STAT struct _stat32i64
10#include "ftw.c"