[pywin32-checkins] pywin32/Pythonwin win32ImageList.cpp, 1.3.2.1, 1.3.2.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-10-05 22:46:28
|
Update of /cvsroot/pywin32/pywin32/Pythonwin In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24336 Modified Files: Tag: py3k win32ImageList.cpp Log Message: Prevent annoying "pure virtual function call" popup when closing Pythonwin_d Index: win32ImageList.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/win32ImageList.cpp,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** win32ImageList.cpp 29 Aug 2008 05:53:29 -0000 1.3.2.1 --- win32ImageList.cpp 5 Oct 2008 22:46:24 -0000 1.3.2.2 *************** *** 31,35 **** { CImageList::Dump(dc); ! DumpAssocPyObject(dc, (void *)this); } #endif --- 31,35 ---- { CImageList::Dump(dc); ! // DumpAssocPyObject(dc, (void *)this); } #endif |