Commit 0ceb671a authored by Tim Golden's avatar Tim Golden

Remove long-redundant plat-win from sys.path on Windows

parent 467d12fc
...@@ -80,7 +80,7 @@ WIN32 is still required for the locale module. ...@@ -80,7 +80,7 @@ WIN32 is still required for the locale module.
#define MS_WIN32 /* only support win32 and greater. */ #define MS_WIN32 /* only support win32 and greater. */
#define MS_WINDOWS #define MS_WINDOWS
#ifndef PYTHONPATH #ifndef PYTHONPATH
# define PYTHONPATH L".\\DLLs;.\\lib;.\\lib\\plat-win" # define PYTHONPATH L".\\DLLs;.\\lib"
#endif #endif
#define NT_THREADS #define NT_THREADS
#define WITH_THREAD #define WITH_THREAD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment