summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Tang <mrjefftang@users.noreply.github.com>2015-07-14 09:27:14 -0400
committerJeff Tang <mrjefftang@users.noreply.github.com>2015-07-14 09:27:14 -0400
commit63257c73f4ac49b0e577b23fb2d318c30f1f2cbd (patch)
tree28e317c9d946953bfe9cd423256a5b909565e1a1 /setup.py
parentc3c7b19fcdb1c49b526ead899c6d59549cd3e94b (diff)
downloadpsutil-63257c73f4ac49b0e577b23fb2d318c30f1f2cbd.tar.gz
Add inet_ntop support for WinXP/Win7 and IPv4/v6
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 54a70c49..4c42548e 100644
--- a/setup.py
+++ b/setup.py
@@ -70,6 +70,7 @@ if sys.platform.startswith("win32"):
'psutil/arch/windows/process_info.c',
'psutil/arch/windows/process_handles.c',
'psutil/arch/windows/security.c',
+ 'psutil/arch/windows/inet_ntop.c',
],
define_macros=[
VERSION_MACRO,