[pywin32-checkins] pywin32/com/win32comext/mapi/src PyMAPIUtil.h,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-10-21 06:14:11
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/mapi/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7666/com/win32comext/mapi/src Modified Files: PyMAPIUtil.h Log Message: Finish the excise of the atl unicode conversion macros. Index: PyMAPIUtil.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/mapi/src/PyMAPIUtil.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PyMAPIUtil.h 25 Jan 2005 13:34:07 -0000 1.2 --- PyMAPIUtil.h 21 Oct 2005 06:14:03 -0000 1.3 *************** *** 1,4 **** --- 1,6 ---- // PyMapiUtil.h + #include "mapix.h" + // We should not be using this! #define OleSetOleError PyCom_BuildPyException |