[pywin32-checkins] pywin32/com/win32comext/ifilter/src PyIFilter.cpp,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-01-25 12:14:57
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/ifilter/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28978 Modified Files: PyIFilter.cpp Log Message: On the way to saner pythoncom error handling - We use the deprecated OleSetOleError Index: PyIFilter.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/ifilter/src/PyIFilter.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PyIFilter.cpp 25 Jan 2005 09:47:00 -0000 1.2 --- PyIFilter.cpp 25 Jan 2005 12:14:47 -0000 1.3 *************** *** 6,9 **** --- 6,12 ---- #include "PythonCOMRegister.h" // For simpler registration of IIDs etc. + // We should not be using this! + #define OleSetOleError PyCom_BuildPyException + // @doc - This file contains autoduck documentation // --------------------------------------------------- |