mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-06 00:39:11 +00:00
Fix gcc compatibility.
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ inline int fseeko64(FILE *__stream, long long __off, int __whence)
|
|||||||
return _fseeki64(__stream, __off, __whence);
|
return _fseeki64(__stream, __off, __whence);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
|
extern int fseeko64 (FILE *__stream, off64_t __off, int __whence);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user