diff options
| author | Jeff Tang <mrjefftang@users.noreply.github.com> | 2015-07-14 09:27:14 -0400 |
|---|---|---|
| committer | Jeff Tang <mrjefftang@users.noreply.github.com> | 2015-07-14 09:27:14 -0400 |
| commit | 63257c73f4ac49b0e577b23fb2d318c30f1f2cbd (patch) | |
| tree | 28e317c9d946953bfe9cd423256a5b909565e1a1 /setup.py | |
| parent | c3c7b19fcdb1c49b526ead899c6d59549cd3e94b (diff) | |
| download | psutil-63257c73f4ac49b0e577b23fb2d318c30f1f2cbd.tar.gz | |
Add inet_ntop support for WinXP/Win7 and IPv4/v6
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |
