mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Issue #15835: Define PATH_MAX on HP-UX.
This commit is contained in:
parent
e667e98faa
commit
6df5cae49a
2 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "Python.h"
|
||||
#include "osdefs.h"
|
||||
#ifdef MS_WINDOWS
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue