diff options
| author | Jeff Tang <mrjefftang@users.noreply.github.com> | 2015-04-13 16:18:38 -0400 |
|---|---|---|
| committer | Jeff Tang <mrjefftang@users.noreply.github.com> | 2015-06-04 10:53:01 -0400 |
| commit | 7f062361ec6b545ac11bff1ef405c42dcffe36f0 (patch) | |
| tree | f4e1f6daaaf7e1155ef8a7eb4ae1947fa73cbde6 /setup.py | |
| parent | 931432d83e203e757d0c6668c02386d7f762ea66 (diff) | |
| download | psutil-7f062361ec6b545ac11bff1ef405c42dcffe36f0.tar.gz | |
Implement inet_ntop to support Windows XP
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, |
