Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abed54a commit 5137ea9Copy full SHA for 5137ea9
1 file changed
PC/config.h
@@ -57,7 +57,6 @@ standard macro MS_COREDLL to find out. If you have an exception
57
you must define MS_NO_COREDLL (do not test this macro) */
58
#ifndef MS_NO_COREDLL
59
#define MS_COREDLL /* Python core is in a DLL */
60
-#define main Py_Main
61
#ifndef USE_DL_EXPORT
62
#define USE_DL_IMPORT
63
#endif /* !USE_DL_EXPORT */
@@ -68,7 +67,7 @@ you must define MS_NO_COREDLL (do not test this macro) */
68
67
#else
69
#define COMPILER "[MSC (Unknown)]"
70
#endif
71
-#define PYTHONPATH ".\\lib;.\\lib\\win;.\\lib\\test;.\\lib\\tkinter;.\\vc40"
+#define PYTHONPATH ".\\lib;.\\lib\\win;.\\lib\\test;.\\lib\\tkinter"
72
typedef int pid_t;
73
#define WORD_BIT 32
74
#pragma warning(disable:4113)
0 commit comments