[pywin32-checkins] pywin32 setup.py,1.109,1.110
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2010-05-14 22:31:26
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10221 Modified Files: setup.py Log Message: Always build win32pdh as unicode Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.109 retrieving revision 1.110 diff -C2 -d -r1.109 -r1.110 *** setup.py 8 Jul 2009 02:13:00 -0000 1.109 --- setup.py 14 May 2010 22:31:15 -0000 1.110 *************** *** 1483,1487 **** win32/src/win32net/win32netuser.cpp """), ! ("win32pdh", "", None), ("win32pipe", "", None, None, 'win32/src/win32pipe.i win32/src/win32popen.cpp'), ("win32print", "winspool user32 gdi32", None, 0x0500), --- 1483,1487 ---- win32/src/win32net/win32netuser.cpp """), ! ("win32pdh", "", True), ("win32pipe", "", None, None, 'win32/src/win32pipe.i win32/src/win32popen.cpp'), ("win32print", "winspool user32 gdi32", None, 0x0500), |