diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2014-10-04 10:14:47 -0700 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2014-10-04 10:14:47 -0700 |
| commit | aabc21eeba923799ebce86f82d3c1ac8d54eb8ae (patch) | |
| tree | 4e54257ddf27e093ab130d5c7b71e5b11330fcca /setup.py | |
| parent | 6f4445c4bdfe9022ceb7562979b6c450f625f769 (diff) | |
| download | psutil-aabc21eeba923799ebce86f82d3c1ac8d54eb8ae.tar.gz | |
#376: implement ifconfig con Windows - still missing: MAC and broadcast addresses retrieval
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ if sys.platform.startswith("win32"): ], libraries=[ "psapi", "kernel32", "advapi32", "shell32", "netapi32", "iphlpapi", - "wtsapi32", + "wtsapi32", "ws2_32", ], # extra_compile_args=["/Z7"], # extra_link_args=["/DEBUG"] |
