Patch #1492356: Port to Windows CE (patch set 1).

This commit is contained in:
Martin v. Löwis 2006-05-22 09:15:18 +00:00
parent f90347fdbb
commit a43190bc78
10 changed files with 176 additions and 116 deletions

View file

@ -10,8 +10,10 @@
#endif
#if defined(MS_WINDOWS) || defined(__CYGWIN__)
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#endif
#if (defined(PYOS_OS2) && !defined(PYCC_GCC)) || defined(MS_WINDOWS)
#define PYTHONHOMEHELP "<prefix>\\lib"