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

Skip to content

Commit 52f4915

Browse files
committed
Oops, ".\DLLs" should be in the default path now.
1 parent 38d8f4e commit 52f4915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ you must define MS_NO_COREDLL (do not test this macro) */
6464
#else
6565
#define COMPILER "[MSC (Unknown)]"
6666
#endif
67-
#define PYTHONPATH ".\\lib;.\\lib\\plat-win;.\\lib\\lib-tk"
67+
#define PYTHONPATH ".\\DLLs;.\\lib;.\\lib\\plat-win;.\\lib\\lib-tk"
6868
typedef int pid_t;
6969
#define WORD_BIT 32
7070
#pragma warning(disable:4113)

0 commit comments

Comments
 (0)