[pywin32-checkins] pywin32/Pythonwin win32ImageList.cpp,1.5,1.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-01-08 22:08:36
|
Update of /cvsroot/pywin32/pywin32/Pythonwin In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27011/Pythonwin Modified Files: win32ImageList.cpp Log Message: remove trailing whitespace Index: win32ImageList.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/win32ImageList.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** win32ImageList.cpp 13 Nov 2008 04:04:50 -0000 1.5 --- win32ImageList.cpp 8 Jan 2009 22:08:20 -0000 1.6 *************** *** 276,280 **** &ui_assoc_CObject::type, RUNTIME_CLASS(CImageList), ! sizeof(PyCImageList), PyCImageList_methods, GET_PY_CTOR(PyCImageList)); --- 276,281 ---- &ui_assoc_CObject::type, RUNTIME_CLASS(CImageList), ! sizeof(PyCImageList), ! PYOBJ_OFFSET(PyCImageList), PyCImageList_methods, GET_PY_CTOR(PyCImageList)); |