Update fstapi.c from GTKWave to fix MinGW compile.
This commit is contained in:
parent
397054d5fc
commit
cb1d4ab359
|
|
@ -84,8 +84,10 @@ void **JenkinsIns(void *base_i, unsigned char *mem, uint32_t length, uint32_t ha
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
/* #define ftello ftell */
|
#ifndef HAVE_FSEEKO
|
||||||
/* #define fseeko fseek */
|
#define ftello ftell
|
||||||
|
#define fseeko fseek
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue