[pywin32-checkins] pywin32/com/win32comext/mapi/src PyMAPIUtil.h,1.1,1.2
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/mapi/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14858/mapi/src Modified Files: PyMAPIUtil.h Log Message: Fix error handling - mostly removing old OleSetOleError from pythoncom.h Index: PyMAPIUtil.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/mapi/src/PyMAPIUtil.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PyMAPIUtil.h 1 Sep 1999 23:17:16 -0000 1.1 --- PyMAPIUtil.h 25 Jan 2005 13:34:07 -0000 1.2 *************** *** 1,4 **** --- 1,7 ---- // PyMapiUtil.h + // We should not be using this! + #define OleSetOleError PyCom_BuildPyException + PyObject *PyMAPIObject_FromTypedUnknown( ULONG typ, IUnknown *pUnk, BOOL bAddRef); |