xref: /reactos/sdk/lib/crt/stdio/wfindi64.c (revision 8a978a17)
1 #define UNICODE
2 #define _UNICODE
3 
4 #include <precomp.h>
5 #include <tchar.h>
6 #include <io.h>
7 
8 // Generate _findfirsti64 and _findnexti64
9 #undef _wfindfirst
10 #define _wfindfirst _wfindfirsti64
11 #undef _wfindnext
12 #define _wfindnext _wfindnexti64
13 #undef _wfinddata_t
14 #define _wfinddata_t _wfinddatai64_t
15 
16 #include "findgen.c"
17