Fix gcc compatibility.

This commit is contained in:
profi200
2016-01-07 16:10:21 +01:00
parent 26affd158c
commit 9de65b09ef
+1 -1
View File
@@ -47,7 +47,7 @@ inline int fseeko64(FILE *__stream, long long __off, int __whence)
return _fseeki64(__stream, __off, __whence);
}
#else
extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
extern int fseeko64 (FILE *__stream, off64_t __off, int __whence);
#endif
#ifdef __cplusplus