Kaydet (Commit) 5137ea9e authored tarafından Guido van Rossum's avatar Guido van Rossum

Remove #define main; remove vc40 from PYTHONPATH.

üst abed54ab
...@@ -57,7 +57,6 @@ standard macro MS_COREDLL to find out. If you have an exception ...@@ -57,7 +57,6 @@ standard macro MS_COREDLL to find out. If you have an exception
you must define MS_NO_COREDLL (do not test this macro) */ you must define MS_NO_COREDLL (do not test this macro) */
#ifndef MS_NO_COREDLL #ifndef MS_NO_COREDLL
#define MS_COREDLL /* Python core is in a DLL */ #define MS_COREDLL /* Python core is in a DLL */
#define main Py_Main
#ifndef USE_DL_EXPORT #ifndef USE_DL_EXPORT
#define USE_DL_IMPORT #define USE_DL_IMPORT
#endif /* !USE_DL_EXPORT */ #endif /* !USE_DL_EXPORT */
...@@ -68,7 +67,7 @@ you must define MS_NO_COREDLL (do not test this macro) */ ...@@ -68,7 +67,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"
typedef int pid_t; typedef int pid_t;
#define WORD_BIT 32 #define WORD_BIT 32
#pragma warning(disable:4113) #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