]> granicus.if.org Git - python/commitdiff
Remove #define main; remove vc40 from PYTHONPATH.
authorGuido van Rossum <guido@python.org>
Wed, 13 Aug 1997 19:52:26 +0000 (19:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Aug 1997 19:52:26 +0000 (19:52 +0000)
PC/config.h

index c3512f7cd17d8a39cce23ff3efb92ebf35ee06cb..48d90a5e3e7a77f57b075a2267e73213cabde157 100644 (file)
@@ -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) */
 #ifndef MS_NO_COREDLL
 #define MS_COREDLL     /* Python core is in a DLL */
-#define main Py_Main
 #ifndef USE_DL_EXPORT
 #define USE_DL_IMPORT
 #endif /* !USE_DL_EXPORT */
@@ -68,7 +67,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"
 typedef int pid_t;
 #define WORD_BIT 32
 #pragma warning(disable:4113)