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__
|
||||
#include <io.h>
|
||||
/* #define ftello ftell */
|
||||
/* #define fseeko fseek */
|
||||
#ifndef HAVE_FSEEKO
|
||||
#define ftello ftell
|
||||
#define fseeko fseek
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue