Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is

now preferred. Patch written by Jeffrey Armstrong.
This commit is contained in:
Victor Stinner 2014-11-05 15:11:34 +01:00
parent 68b11d129d
commit ce43f38ace
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@
#include <windows.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#define PATH_MAX MAXPATHLEN
#endif
#endif

View File

@ -32,7 +32,6 @@
#ifdef MS_WINDOWS
#undef BYTE
#include "windows.h"
#define PATH_MAX MAXPATHLEN
#endif
#ifdef __gnu_hurd__