Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenfindi64.c
Go to the documentation of this file.
00001 #include <precomp.h> 00002 #include <tchar.h> 00003 #include <io.h> 00004 00005 // Generate _findfirsti64 and _findnexti64 00006 #undef _findfirst 00007 #define _findfirst _findfirsti64 00008 #undef _findnext 00009 #define _findnext _findnexti64 00010 #undef _finddata_t 00011 #define _finddata_t _finddatai64_t 00012 00013 #include "findgen.c" Generated on Sat May 26 2012 04:35:29 for ReactOS by
1.7.6.1
|