ReactOS 0.4.15-dev-7942-gd23573b
wfind64.c
Go to the documentation of this file.
1#define UNICODE
2#define _UNICODE
3
4#include <precomp.h>
5#include <tchar.h>
6#include <io.h>
7
8// Generate _findfirst64 and _findnext64
9#undef _wfindfirst
10#define _wfindfirst _wfindfirst64
11#undef _wfindnext
12#define _wfindnext _wfindnext64
13#undef _wfinddata_t
14#define _wfinddata_t _wfinddata64_t
15
16#include "findgen.c"