Kaydet (Commit) ce43f38a authored tarafından Victor Stinner's avatar Victor Stinner

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

now preferred. Patch written by Jeffrey Armstrong.
üst 68b11d12
......@@ -9,7 +9,6 @@
#include <windows.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#define PATH_MAX MAXPATHLEN
#endif
#endif
......
......@@ -32,7 +32,6 @@
#ifdef MS_WINDOWS
#undef BYTE
#include "windows.h"
#define PATH_MAX MAXPATHLEN
#endif
#ifdef __gnu_hurd__
......
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