[pywin32-checkins] pywin32 setup_win32all.py,1.3,1.4
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-12-03 07:25:24
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1:/tmp/cvs-serv3239 Modified Files: setup_win32all.py Log Message: win32api apparently also needs the platform sdk. Index: setup_win32all.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup_win32all.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** setup_win32all.py 2 Dec 2003 23:06:59 -0000 1.3 --- setup_win32all.py 3 Dec 2003 07:25:18 -0000 1.4 *************** *** 577,581 **** ("timer", "user32", False), ("win2kras", "rasapi32", False, 0x0500), ! ("win32api", "user32 advapi32 shell32 version", False), ("win32file", "oleaut32", False), ("win32event", "user32", False), --- 577,581 ---- ("timer", "user32", False), ("win2kras", "rasapi32", False, 0x0500), ! ("win32api", "user32 advapi32 shell32 version", False, 0x0500), ("win32file", "oleaut32", False), ("win32event", "user32", False), *************** *** 588,592 **** ("win32pdh", "", False), ("win32pipe", "", False), - # win32popenWin9x later ("win32print", "winspool user32", False), ("win32process", "advapi32 user32", False), --- 588,591 ---- |