--- Python-3.3.2-orig/Modules/main.c 2013-05-15 20:32:59.000000000 +0400 +++ Python-3.3.2/Modules/main.c 2013-08-02 00:00:38.549804600 +0400 @@ -14,9 +14,11 @@ #include #ifdef HAVE_FCNTL_H #include +#ifndef PATH_MAX #define PATH_MAX MAXPATHLEN #endif #endif +#endif #ifdef _MSC_VER #include