1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-30 14:39:46 +00:00
reactos/sdk/lib/crt/stdio/wfind.c

9 lines
149 B
C

#define UNICODE
#define _UNICODE
#include <precomp.h>
#include <tchar.h>
#include <io.h>
// Generate _findfirst and _findnext
#include "findgen.c"