removing #define fstat _fstat: ends up interacting with inline fstat code causing an infinite recursion on VS 2010

This commit is contained in:
rainwarrior 2016-08-24 23:17:27 +00:00
parent 74139bf111
commit f7a50ad163
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ typedef signed short int16;
typedef signed int int32;
#define dup _dup
#define stat _stat
#define fstat _fstat
#define mkdir _mkdir
#define alloca _alloca
#define snprintf _snprintf