mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Patch #1492356: Port to Windows CE (patch set 1).
This commit is contained in:
parent
f90347fdbb
commit
a43190bc78
10 changed files with 176 additions and 116 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue