There was an error while loading. Please reload this page.
1 parent f5578e4 commit d3af2f3Copy full SHA for d3af2f3
1 file changed
PC/config.h
@@ -91,7 +91,7 @@ typedef int pid_t;
91
#define COMPILER "[MSC 16-bit]"
92
#define MS_WIN16
93
#define MS_WINDOWS
94
-#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3"
+#define PYTHONPATH ".;.\\lib;.\\lib\\plat-win;.\\lib\\dos-8x3"
95
#define IMPORT_8x3_NAMES
96
typedef int pid_t;
97
#define WORD_BIT 16
@@ -138,7 +138,7 @@ int sscanf(const char *, const char *, ...);
138
/* The Watcom compiler defines __WATCOMC__ */
139
#ifdef __WATCOMC__
140
#define COMPILER "[Watcom]"
141
142
143
#include <ctype.h>
144
#include <direct.h>
@@ -174,7 +174,7 @@ typedef int pid_t;
174
/* XXX These defines are likely incomplete, but should be easy to fix. */
175
#ifdef __BORLANDC__
176
#define COMPILER "[Borland]"
177
178
179
#define HAVE_CLOCK
180
#define HAVE_STRFTIME
0 commit comments