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:
parent
d224ac219a
commit
00163834e1
|
@ -30,6 +30,10 @@
|
||||||
// #include "RTC.h"
|
// #include "RTC.h"
|
||||||
// #include "Port.h"
|
// #include "Port.h"
|
||||||
|
|
||||||
|
#ifdef __GNUC__
|
||||||
|
typedef off64_t __off64_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#define _stricmp strcasecmp
|
#define _stricmp strcasecmp
|
||||||
#endif // ! _MSC_VER
|
#endif // ! _MSC_VER
|
||||||
|
|
Loading…
Reference in New Issue