mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
#ifdef _UNISTD_H -> HAVE_UNISTD_H
This commit is contained in:
parent
95eef25aca
commit
9b88cf5ad9
|
@ -12,12 +12,12 @@
|
||||||
|
|
||||||
#include "Imaging.h"
|
#include "Imaging.h"
|
||||||
|
|
||||||
#ifndef _UNISTD_H
|
#ifdef HAVE_LIBTIFF
|
||||||
|
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h> /* lseek */
|
#include <unistd.h> /* lseek */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBTIFF
|
|
||||||
|
|
||||||
#ifndef uint
|
#ifndef uint
|
||||||
#define uint uint32
|
#define uint uint32
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user