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