mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Patch by Mark Hammond to avoid certain header files on Windows/CE.
This commit is contained in:
parent
7f1de832a2
commit
ff7e83d606
3 changed files with 15 additions and 2 deletions
|
@ -4,7 +4,9 @@
|
|||
#include "macbuildno.h"
|
||||
#endif
|
||||
|
||||
#ifndef DONT_HAVE_STDIO_H
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#ifndef DATE
|
||||
#ifdef __DATE__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue