[pywin32-checkins] pywin32/com/win32comext/shell/src PyIShellLink.cpp,1.5,1.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-01-25 13:34:17
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/shell/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14858/shell/src Modified Files: PyIShellLink.cpp Log Message: Fix error handling - mostly removing old OleSetOleError from pythoncom.h Index: PyIShellLink.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/src/PyIShellLink.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PyIShellLink.cpp 7 Oct 2003 02:31:08 -0000 1.5 --- PyIShellLink.cpp 25 Jan 2005 13:34:08 -0000 1.6 *************** *** 5,8 **** --- 5,10 ---- #include "PyIShellLink.h" + // We should not be using this! + #define OleSetOleError PyCom_BuildPyException PyObject *PyObject_FromWIN32_FIND_DATA(WIN32_FIND_DATA &findData); |