[pywin32-checkins] pywin32/com/win32com/makegw makegwenum.py, 1.3, 1.4
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-02-10 13:28:27
|
Update of /cvsroot/pywin32/pywin32/com/win32com/makegw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1023 Modified Files: makegwenum.py Log Message: 1/2 way to IEnum* interfaces correctly using PyComEnumTypeObject Index: makegwenum.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/makegw/makegwenum.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** makegwenum.py 5 Jan 2000 03:46:08 -0000 1.3 --- makegwenum.py 10 Feb 2008 13:28:31 -0000 1.4 *************** *** 178,182 **** }; ! PyComTypeObject PyIEnum%(enumtype)s::type("PyIEnum%(enumtype)s", &PyIUnknown::type, sizeof(PyIEnum%(enumtype)s), --- 178,182 ---- }; ! PyComEnumTypeObject PyIEnum%(enumtype)s::type("PyIEnum%(enumtype)s", &PyIUnknown::type, sizeof(PyIEnum%(enumtype)s), |