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