xref: /reactos/sdk/lib/crt/stdio/wfind.c (revision 5100859e)
1 #define UNICODE
2 #define _UNICODE
3 
4 #include <precomp.h>
5 #include <tchar.h>
6 #include <io.h>
7 
8 // Generate _findfirst and _findnext
9 #include "findgen.c"
10