mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
UNDONE -- are we using unistd.h?
This commit is contained in:
parent
6611301fe7
commit
8ed7c9ad3f
|
@ -13,10 +13,11 @@
|
||||||
#include <tiff.h>
|
#include <tiff.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _UNISTD_H
|
/* UNDONE -- what are we using from this? */
|
||||||
#include <unistd.h>
|
/*#ifndef _UNISTD_H
|
||||||
#endif
|
# include <unistd.h>
|
||||||
|
# endif
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef min
|
#ifndef min
|
||||||
#define min(x,y) (( x > y ) ? y : x )
|
#define min(x,y) (( x > y ) ? y : x )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user