ReactOS
0.4.16-dev-533-gc7d1aa3
find64.c
Go to the documentation of this file.
1
#include <precomp.h>
2
#include <tchar.h>
3
#include <io.h>
4
5
// Generate _findfirst64 and _findnext64
6
#undef _findfirst
7
#define _findfirst _findfirst64
8
#undef _findnext
9
#define _findnext _findnext64
10
#undef _finddata_t
11
#define _finddata_t __finddata64_t
12
13
#include "
findgen.c
"
findgen.c
sdk
lib
crt
stdio
find64.c
Generated on Sun Jan 19 2025 06:14:06 for ReactOS by
1.9.6