[trunk] use the opj_ prefix for the HAVE_FSEEKO variable
This commit is contained in:
parent
92b1e038c1
commit
021e255282
|
@ -56,7 +56,7 @@
|
||||||
ftello() only on systems with special LFS support since some systems
|
ftello() only on systems with special LFS support since some systems
|
||||||
(e.g. FreeBSD) support a 64-bit off_t by default.
|
(e.g. FreeBSD) support a 64-bit off_t by default.
|
||||||
*/
|
*/
|
||||||
#if defined(HAVE_FSEEKO)
|
#if defined(OPJ_HAVE_FSEEKO)
|
||||||
# define fseek fseeko
|
# define fseek fseeko
|
||||||
# define ftell ftello
|
# define ftell ftello
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue