Patch by Mark Hammond to avoid certain header files on Windows/CE.

This commit is contained in:
Guido van Rossum 1999-08-27 20:39:37 +00:00
parent 7f1de832a2
commit ff7e83d606
3 changed files with 15 additions and 2 deletions

View file

@ -4,7 +4,9 @@
#include "macbuildno.h"
#endif
#ifndef DONT_HAVE_STDIO_H
#include <stdio.h>
#endif
#ifndef DATE
#ifdef __DATE__