FIXED building with GCC/MinGW
This commit is contained in:
parent
f879d81040
commit
e780fd98b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue