Update of /cvsroot/pywin32/pywin32/com/win32comext/shell/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28727
Modified Files:
shell.cpp
Log Message:
On the way to saner error handling for pythoncom - we use the deprecated
OleSetOleError
Index: shell.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/src/shell.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** shell.cpp 25 Jan 2005 09:42:32 -0000 1.32
--- shell.cpp 25 Jan 2005 12:13:41 -0000 1.33
***************
*** 38,41 ****
--- 38,44 ----
#include "PythonCOMRegister.h" // For simpler registration of IIDs etc.
+ // We should not be using this!
+ #define OleSetOleError PyCom_BuildPyException
+
void PyShell_FreeMem(void *p)
{
|