Help for this page

Select Code to Download


  1. or download this
    gcc -c  -I./zlib-src ... adler32.c
     adler32.c:12: error: expected declaration specifiers or '...' before 
    +'__int64'
    
  2. or download this
    #if !defined(_WIN32) && (defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEF
    +ILE-0)
    #  define z_off64_t off64_t
    ...
    #  define z_off64_t z_off_t
    #endif
    #endif
    
  3. or download this
    #if !defined(_WIN32) && (defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEF
    +ILE-0)
    #  define z_off64_t off64_t
    ...
    #  define z_off64_t z_off_t
    #endif
    #endif