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