Commit fcc7704e authored by Guido van Rossum's avatar Guido van Rossum

Typo! \\lib\\<path> should be .\\lib\\<path>

parent fc4f5037
......@@ -68,7 +68,7 @@ you must define MS_NO_COREDLL (do not test this macro) */
#else
#define COMPILER "[MSC (Unknown)]"
#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;
#define WORD_BIT 32
#pragma warning(disable:4113)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment