Sync to trunk head(r38096)
[reactos.git] / reactos / lib / sdk / crt / stdio / wfind.c
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"