[pywin32-checkins] pywin32 setup.py,1.53,1.54
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2007-02-03 21:11:14
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18129 Modified Files: setup.py Log Message: Add win32transaction module Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** setup.py 17 Jan 2007 04:40:56 -0000 1.53 --- setup.py 3 Feb 2007 21:11:13 -0000 1.54 *************** *** 1046,1049 **** --- 1046,1051 ---- ("win32ts", "WtsApi32", True, 0x0501, "win32/src/win32tsmodule.cpp"), ("_win32sysloader", "", False, 0x0501, "win32/src/_win32sysloader.cpp"), + ("win32transaction", "kernel32", True, 0x0501, "win32/src/win32transactionmodule.cpp"), + ): |