mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is
now preferred. Patch written by Jeffrey Armstrong.
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
#ifdef MS_WINDOWS
|
||||
#undef BYTE
|
||||
#include "windows.h"
|
||||
#define PATH_MAX MAXPATHLEN
|
||||
#endif
|
||||
|
||||
#ifdef __gnu_hurd__
|
||||
|
||||
Reference in New Issue
Block a user