FIXED building with GCC/MinGW

This commit is contained in:
spacy51 2008-10-20 16:34:33 +00:00
parent f879d81040
commit e780fd98b4
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
// #include "RTC.h"
// #include "Port.h"
#ifdef __GNUC__
typedef off64_t __off64_t;
#endif
#ifndef _MSC_VER
#define _stricmp strcasecmp
#endif // ! _MSC_VER