You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
336 B

  1. --- a/libtiff/tiffiop.h
  2. +++ b/libtiff/tiffiop.h
  3. @@ -302,7 +302,7 @@ struct tiff {
  4. */
  5. #if defined(HAVE_FSEEKO)
  6. # define fseek(stream,offset,whence) fseeko(stream,offset,whence)
  7. -# define ftell(stream,offset,whence) ftello(stream,offset,whence)
  8. +# define ftell(stream) ftello(stream)
  9. #endif
  10. #endif
  11. #if defined(__WIN32__) && \