Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3af2f3

Browse files
committed
win -> plat-win
1 parent f5578e4 commit d3af2f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PC/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ typedef int pid_t;
9191
#define COMPILER "[MSC 16-bit]"
9292
#define MS_WIN16
9393
#define MS_WINDOWS
94-
#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3"
94+
#define PYTHONPATH ".;.\\lib;.\\lib\\plat-win;.\\lib\\dos-8x3"
9595
#define IMPORT_8x3_NAMES
9696
typedef int pid_t;
9797
#define WORD_BIT 16
@@ -138,7 +138,7 @@ int sscanf(const char *, const char *, ...);
138138
/* The Watcom compiler defines __WATCOMC__ */
139139
#ifdef __WATCOMC__
140140
#define COMPILER "[Watcom]"
141-
#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3"
141+
#define PYTHONPATH ".;.\\lib;.\\lib\\plat-win;.\\lib\\dos-8x3"
142142
#define IMPORT_8x3_NAMES
143143
#include <ctype.h>
144144
#include <direct.h>
@@ -174,7 +174,7 @@ typedef int pid_t;
174174
/* XXX These defines are likely incomplete, but should be easy to fix. */
175175
#ifdef __BORLANDC__
176176
#define COMPILER "[Borland]"
177-
#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3"
177+
#define PYTHONPATH ".;.\\lib;.\\lib\\plat-win;.\\lib\\dos-8x3"
178178
#define IMPORT_8x3_NAMES
179179
#define HAVE_CLOCK
180180
#define HAVE_STRFTIME

0 commit comments

Comments
 (0)