Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwfindi64.c
Go to the documentation of this file.
00001 #define UNICODE 00002 #define _UNICODE 00003 00004 #include <precomp.h> 00005 #include <tchar.h> 00006 #include <io.h> 00007 00008 // Generate _findfirsti64 and _findnexti64 00009 #undef _wfindfirst 00010 #define _wfindfirst _wfindfirsti64 00011 #undef _wfindnext 00012 #define _wfindnext _wfindnexti64 00013 #undef _wfinddata_t 00014 #define _wfinddata_t _wfinddatai64_t 00015 00016 #include "findgen.c" Generated on Sat May 26 2012 04:35:29 for ReactOS by
1.7.6.1
|