reactos/lib/sdk/crt/stdio/wfindi64.c
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

16 lines
318 B
C

#define UNICODE
#define _UNICODE
#include <precomp.h>
#include <tchar.h>
#include <io.h>
// Generate _findfirsti64 and _findnexti64
#undef _wfindfirst
#define _wfindfirst _wfindfirsti64
#undef _wfindnext
#define _wfindnext _wfindnexti64
#undef _wfinddata_t
#define _wfinddata_t _wfinddatai64_t
#include "findgen.c"