mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
#16135: Removal of OS/2 support (posixmodule y platform dependent files)
This commit is contained in:
parent
f6c2e894ae
commit
ab70e2ab32
20 changed files with 9 additions and 8549 deletions
|
@ -22,15 +22,11 @@
|
|||
#include <crtdbg.h>
|
||||
#endif
|
||||
|
||||
#if (defined(PYOS_OS2) && !defined(PYCC_GCC)) || defined(MS_WINDOWS)
|
||||
#if defined(MS_WINDOWS)
|
||||
#define PYTHONHOMEHELP "<prefix>\\lib"
|
||||
#else
|
||||
#if defined(PYOS_OS2) && defined(PYCC_GCC)
|
||||
#define PYTHONHOMEHELP "<prefix>/Lib"
|
||||
#else
|
||||
#define PYTHONHOMEHELP "<prefix>/pythonX.X"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "pygetopt.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue