mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-16 18:24:45 +03:00
Merge c9b6779729
into 30529a0279
This commit is contained in:
commit
39ff009903
|
@ -14,8 +14,13 @@
|
|||
#endif
|
||||
|
||||
#ifndef _UNISTD_H
|
||||
#if defined(_MSC_VER)
|
||||
#include <io.h>
|
||||
#define _UNISTD_H
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef min
|
||||
|
|
Loading…
Reference in New Issue
Block a user