MINGW-packages/mingw-w64-python-psutil/0002-pyparsepid.patch
2025-03-25 21:33:38 +01:00

13 lines
387 B
Diff

--- a/psutil/_psutil_common.h
+++ b/psutil/_psutil_common.h
@@ -56,6 +56,9 @@ static const int PSUTIL_CONN_NONE = 128;
#define SIZEOF_PID_T PSUTIL_SIZEOF_PID_T // set as a macro in setup.py
#endif
+#if __MINGW32__
+ #define _Py_PARSE_PID "i"
+#endif
// _Py_PARSE_PID was added in Python 3, but since it's private we make
// sure it's always present.
#ifndef _Py_PARSE_PID