Changes between Initial Version and Version 1 of Ticket #67309, comment 1
- Timestamp:
- Apr 30, 2023, 6:37:26 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67309, comment 1
initial v1 1 The problematic gzlib.c file has options to declare LSEEK:1 The problematic gzlib.c file has options to declare `LSEEK`: 2 2 3 {{{ 3 4 #if defined(_WIN32) && !defined(__BORLANDC__) && !defined(__MINGW32__) 4 5 # define LSEEK _lseeki64 … … 10 11 #endif 11 12 #endif 13 }}}