Create a branch for cmake bringup.

svn path=/branches/cmake-bringup/; revision=48236
This commit is contained in:
Amine Khaldi 2010-07-24 18:52:44 +00:00
parent a28e798006
commit c424146e2c
20602 changed files with 0 additions and 1140137 deletions

View file

@ -0,0 +1,16 @@
#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"