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