mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Patch #1495999: Part two of Windows CE changes.
- update header checks, using autoconf - provide dummies for getenv, environ, and GetVersion - adjust MSC_VER check in socketmodule.c
This commit is contained in:
parent
acd0d6d416
commit
0e8bd7e1cc
26 changed files with 201 additions and 33 deletions
|
@ -10,9 +10,9 @@
|
|||
#ifdef STDC_HEADERS
|
||||
#include <stddef.h>
|
||||
#else /* !STDC_HEADERS */
|
||||
#ifndef DONT_HAVE_SYS_TYPES_H
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h> /* For size_t */
|
||||
#endif /* DONT_HAVE_SYS_TYPES_H */
|
||||
#endif /* HAVE_SYS_TYPES_H */
|
||||
#endif /* !STDC_HEADERS */
|
||||
|
||||
struct arrayobject; /* Forward */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue