FIXED building with GCC/MinGW

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@773 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
spacy51 2008-10-20 16:34:33 +00:00
parent d224ac219a
commit 00163834e1
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