Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwfind64.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 _findfirst64 and _findnext64 00009 #undef _wfindfirst 00010 #define _wfindfirst _wfindfirst64 00011 #undef _wfindnext 00012 #define _wfindnext _wfindnext64 00013 #undef _wfinddata_t 00014 #define _wfinddata_t _wfinddata64_t 00015 00016 #include "findgen.c" Generated on Sun May 27 2012 04:36:37 for ReactOS by
1.7.6.1
|