mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
It turns out that VC1.5 does not necessarily define _WINDOWS.
This commit is contained in:
parent
84872293dd
commit
a31e084136
1 changed files with 0 additions and 2 deletions
|
|
@ -93,10 +93,8 @@ typedef int pid_t;
|
||||||
#if defined(_MSC_VER) && _MSC_VER <= 850
|
#if defined(_MSC_VER) && _MSC_VER <= 850
|
||||||
/* Start of defines for 16-bit Windows using VC++ 1.5 */
|
/* Start of defines for 16-bit Windows using VC++ 1.5 */
|
||||||
#define COMPILER "[MSC 16-bit]"
|
#define COMPILER "[MSC 16-bit]"
|
||||||
#ifdef _WINDOWS
|
|
||||||
#define MS_WIN16
|
#define MS_WIN16
|
||||||
#define MS_WINDOWS
|
#define MS_WINDOWS
|
||||||
#endif
|
|
||||||
#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3"
|
#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3"
|
||||||
#define IMPORT_8x3_NAMES
|
#define IMPORT_8x3_NAMES
|
||||||
typedef int pid_t;
|
typedef int pid_t;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue