mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
We don't need unistd.h anymore on unix platforms either
This commit is contained in:
parent
5ceb3ca875
commit
a8e02e093a
|
@ -13,12 +13,6 @@
|
|||
#include <tiff.h>
|
||||
#endif
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#ifndef _UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef min
|
||||
#define min(x,y) (( x > y ) ? y : x )
|
||||
#define max(x,y) (( x < y ) ? y : x )
|
||||
|
|
Loading…
Reference in New Issue
Block a user