[pywin32-checkins] pywin32/com/win32comext/propsys/src propsys.cpp, 1.1, 1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-03 09:56:59
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/propsys/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11649/com/win32comext/propsys/src Modified Files: propsys.cpp Log Message: autoduck changes merged from py3k branch Index: propsys.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/propsys/src/propsys.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** propsys.cpp 22 Jan 2008 12:22:14 -0000 1.1 --- propsys.cpp 3 Dec 2008 09:56:53 -0000 1.2 *************** *** 60,64 **** /* List of module functions */ ! // @module propsys|A module, encapsulating the Vista propsys interfaces static struct PyMethodDef propsys_methods[]= { --- 60,64 ---- /* List of module functions */ ! // @module propsys|A module, encapsulating the Vista Property System interfaces static struct PyMethodDef propsys_methods[]= { |