misc/libphysfs/physfs_miniz.h
changeset 10017 de822cd3df3a
parent 8524 a65e9bcf0a03
child 12213 bb5522e88ab2
equal deleted inserted replaced
10015:4feced261c68 10017:de822cd3df3a
    10 
    10 
    11 typedef PHYSFS_uint8 mz_uint8;
    11 typedef PHYSFS_uint8 mz_uint8;
    12 typedef PHYSFS_sint16 mz_int16;
    12 typedef PHYSFS_sint16 mz_int16;
    13 typedef PHYSFS_uint16 mz_uint16;
    13 typedef PHYSFS_uint16 mz_uint16;
    14 typedef PHYSFS_uint32 mz_uint32;
    14 typedef PHYSFS_uint32 mz_uint32;
    15 typedef unsigned int mz_uint; 
    15 typedef unsigned int mz_uint;
    16 typedef PHYSFS_uint64 mz_uint64;
    16 typedef PHYSFS_uint64 mz_uint64;
    17 
    17 
    18 /* For more compatibility with zlib, miniz.c uses unsigned long for some parameters/struct members. */
    18 /* For more compatibility with zlib, miniz.c uses unsigned long for some parameters/struct members. */
    19 typedef unsigned long mz_ulong;
    19 typedef unsigned long mz_ulong;
    20 
    20 
   668   #define Z_VERSION_ERROR       MZ_VERSION_ERROR
   668   #define Z_VERSION_ERROR       MZ_VERSION_ERROR
   669   #define MAX_WBITS             15
   669   #define MAX_WBITS             15
   670 
   670 
   671 #endif /* #ifndef TINFL_HEADER_FILE_ONLY */
   671 #endif /* #ifndef TINFL_HEADER_FILE_ONLY */
   672 
   672 
   673 /* 
   673 /*
   674   This is free and unencumbered software released into the public domain.
   674   This is free and unencumbered software released into the public domain.
   675 
   675 
   676   Anyone is free to copy, modify, publish, use, compile, sell, or
   676   Anyone is free to copy, modify, publish, use, compile, sell, or
   677   distribute this software, either in source code form or as a compiled
   677   distribute this software, either in source code form or as a compiled
   678   binary, for any purpose, commercial or non-commercial, and by any
   678   binary, for any purpose, commercial or non-commercial, and by any