mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Typo! \\lib\\<path> should be .\\lib\\<path>
This commit is contained in:
parent
fc4f503762
commit
fcc7704ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ you must define MS_NO_COREDLL (do not test this macro) */
|
||||||
#else
|
#else
|
||||||
#define COMPILER "[MSC (Unknown)]"
|
#define COMPILER "[MSC (Unknown)]"
|
||||||
#endif
|
#endif
|
||||||
#define PYTHONPATH ".\\lib;.\\lib\\win;\\lib\\test;\\lib\\tkinter;.\\vc40"
|
#define PYTHONPATH ".\\lib;.\\lib\\win;.\\lib\\test;.\\lib\\tkinter;.\\vc40"
|
||||||
typedef int pid_t;
|
typedef int pid_t;
|
||||||
#define WORD_BIT 32
|
#define WORD_BIT 32
|
||||||
#pragma warning(disable:4113)
|
#pragma warning(disable:4113)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue