Merge pull request #4812 from PeterPetrik/fix_build_macos

This commit is contained in:
Hugo van Kemenade 2020-08-31 16:44:14 +03:00 committed by GitHub
commit 1ff90e7bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View File

@ -807,7 +807,7 @@ PyImaging_XbmDecoderNew(PyObject* self, PyObject* args)
#ifdef HAVE_LIBZ
#include "Zip.h"
#include "ZipCodecs.h"
PyObject*
PyImaging_ZipDecoderNew(PyObject* self, PyObject* args)

View File

@ -578,7 +578,7 @@ PyImaging_XbmEncoderNew(PyObject* self, PyObject* args)
#ifdef HAVE_LIBZ
#include "Zip.h"
#include "ZipCodecs.h"
PyObject*
PyImaging_ZipEncoderNew(PyObject* self, PyObject* args)

View File

@ -20,7 +20,7 @@
#ifdef HAVE_LIBZ
#include "Zip.h"
#include "ZipCodecs.h"
static const int OFFSET[] = { 7, 3, 3, 1, 1, 0, 0 };
static const int STARTING_COL[] = { 0, 4, 0, 2, 0, 1, 0 };

View File

@ -19,7 +19,7 @@
#ifdef HAVE_LIBZ
#include "Zip.h"
#include "ZipCodecs.h"
int
ImagingZipEncode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)