Changes between Initial Version and Version 1 of Ticket #67309, comment 1


Ignore:
Timestamp:
Apr 30, 2023, 6:37:26 AM (13 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67309, comment 1

    initial v1  
    1 The problematic gzlib.c file has options to declare LSEEK:
     1The problematic gzlib.c file has options to declare `LSEEK`:
    22
     3{{{
    34#if defined(_WIN32) && !defined(__BORLANDC__) && !defined(__MINGW32__)
    45#  define LSEEK _lseeki64
     
    1011#endif
    1112#endif
     13}}}