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);
|