[pywin32-checkins] pywin32/com/win32comext/axdebug/src stdafx.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-26 01:53:40
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/axdebug/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25587 Modified Files: stdafx.h Log Message: Removing OleSetOleError from pythoncom.h Index: stdafx.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/axdebug/src/stdafx.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stdafx.h 1 Sep 1999 23:09:05 -0000 1.1 --- stdafx.h 26 Jan 2005 01:53:03 -0000 1.2 *************** *** 15,18 **** --- 15,21 ---- #include "PythonCOMServer.h" + // We should not be using this! + #define OleSetOleError PyCom_BuildPyException + #if _ATL_VER < 0x0200 typedef EXCEPINFO UserEXCEPINFO; |