Index: third_party/psutil/psutil/arch/mswindows/process_handles.h |
diff --git a/third_party/psutil/psutil/arch/mswindows/process_handles.h b/third_party/psutil/psutil/arch/mswindows/process_handles.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bd9d39b8b23965a6f5fefd2fb0da38c63e3c8917 |
--- /dev/null |
+++ b/third_party/psutil/psutil/arch/mswindows/process_handles.h |
@@ -0,0 +1,4 @@ |
+#include <Python.h> |
+#include <windows.h> |
+ |
+PyObject* get_open_files(long pid, HANDLE processHandle); |