mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Patch #1492356: Port to Windows CE (patch set 1).
This commit is contained in:
parent
f90347fdbb
commit
a43190bc78
10 changed files with 176 additions and 116 deletions
|
@ -35,7 +35,9 @@
|
|||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#ifndef DONT_HAVE_ERRNO_H
|
||||
#include <errno.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue