diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2019-02-25 06:45:08 -0800 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2019-02-25 06:45:08 -0800 |
| commit | 1be0343556f6a52ecf6fe3ae7e4a2ad2ff774ff9 (patch) | |
| tree | 2a5dfef69d9bbb35a2f835506db71decd1c4c7a5 /setup.py | |
| parent | cbf2bafbd33ad21ef63400d94cb313c299e78a45 (diff) | |
| download | psutil-1be0343556f6a52ecf6fe3ae7e4a2ad2ff774ff9.tar.gz | |
win: remove unused header files
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -135,11 +135,12 @@ if WINDOWS: 'psutil/arch/windows/inet_ntop.c', 'psutil/arch/windows/services.c', 'psutil/arch/windows/global.c', + # 'psutil/arch/windows/connections.c', ], define_macros=macros, libraries=[ "psapi", "kernel32", "advapi32", "shell32", "netapi32", - "iphlpapi", "wtsapi32", "ws2_32", "PowrProf", + "wtsapi32", "ws2_32", "PowrProf", ], # extra_compile_args=["/Z7"], # extra_link_args=["/DEBUG"] |
