mirror of
https://github.com/python/cpython.git
synced 2025-10-21 06:02:21 +00:00
Changes by Mark Hammond for Windows CE. Mostly of the form
#ifdef DONT_HAVE_header_H ... #endif around #include <header.h>.
This commit is contained in:
parent
99fb7c70f4
commit
2571cc8bf5
5 changed files with 18 additions and 0 deletions
|
@ -55,8 +55,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#ifndef DONT_HAVE_STAT
|
||||
#define HAVE_STAT
|
||||
|
||||
#ifndef DONT_HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifndef DONT_HAVE_SYS_STAT_H
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#if defined(PYCC_VACPP)
|
||||
/* VisualAge C/C++ Failed to Define MountType Field in sys/stat.h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue