xref: /reactos/sdk/lib/crt/stdio/wfind64.c (revision 40462c92)
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"
17