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:
Guido van Rossum 1999-04-07 16:07:23 +00:00
parent 99fb7c70f4
commit 2571cc8bf5
5 changed files with 18 additions and 0 deletions

View file

@ -108,7 +108,9 @@ static long dxp[256];
#ifdef WITH_THREAD
#ifndef DONT_HAVE_ERRNO_H
#include <errno.h>
#endif
#include "pythread.h"
extern int _PyThread_Started; /* Flag for Py_Exit */