Skip to content
  • Nobuyoshi Nakada's avatar
    48d1e868
    zlib: patches for mswin64 · 48d1e868
    Nobuyoshi Nakada authored
    * cast to suppress C4267 warnings; no possible loss of data as
      following the comparison.
    
    * shift base address to suppress LNK4281; although /DYNAMICBASE is
      preferable, not sure from which version of link.exe supports it.
    48d1e868
    zlib: patches for mswin64
    Nobuyoshi Nakada authored
    * cast to suppress C4267 warnings; no possible loss of data as
      following the comparison.
    
    * shift base address to suppress LNK4281; although /DYNAMICBASE is
      preferable, not sure from which version of link.exe supports it.
Loading