diff options
| author | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-03-07 14:28:24 +0000 |
|---|---|---|
| committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-03-07 14:28:24 +0000 |
| commit | 1cc76a5c9cb5688bef2c624791a6156634542b25 (patch) | |
| tree | ef70cd725a3ca78c2cb7a07c4e46728ca56f90f3 /setup.py | |
| parent | fca86271e752b152603b10f89778031c8d9693ea (diff) | |
| download | psutil-1cc76a5c9cb5688bef2c624791a6156634542b25.tar.gz | |
Issue #229: get_users() windows implementation.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ if sys.platform.lower().startswith("win"): define_macros=[('_WIN32_WINNT', get_winver()), ('_AVAIL_WINVER_', get_winver())], libraries=["psapi", "kernel32", "advapi32", - "shell32", "netapi32", "iphlpapi"] + "shell32", "netapi32", "iphlpapi", + "wtsapi32"] )] # OS X elif sys.platform.lower().startswith("darwin"): |
