mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Remove tiff extra guards
This commit is contained in:
parent
f4accfe336
commit
c46ff64052
|
@ -83,10 +83,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBTIFF
|
#ifdef HAVE_LIBTIFF
|
||||||
#ifndef _TIFFIO_
|
|
||||||
#include <tiffio.h>
|
#include <tiffio.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "libImaging/Imaging.h"
|
#include "libImaging/Imaging.h"
|
||||||
|
|
||||||
|
|
|
@ -6,15 +6,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _TIFFIO_
|
|
||||||
#include <tiffio.h>
|
#include <tiffio.h>
|
||||||
#endif
|
|
||||||
#ifndef _TIFF_
|
|
||||||
#include <tiff.h>
|
#include <tiff.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _PIL_LIBTIFF_
|
|
||||||
#define _PIL_LIBTIFF_
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
tdata_t data; /* tdata_t == void* */
|
tdata_t data; /* tdata_t == void* */
|
||||||
|
@ -52,5 +45,3 @@ ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TRACE(args)
|
#define TRACE(args)
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user