[pywin32-checkins] pywin32/com/win32comext/mapi/src PyIMAPIAdviseSink.cpp, 1.2, 1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-09 07:21:12
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/mapi/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14086/com/win32comext/mapi/src Modified Files: PyIMAPIAdviseSink.cpp Log Message: More modules use the PYWIN_MODULE_* macros Index: PyIMAPIAdviseSink.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/mapi/src/PyIMAPIAdviseSink.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PyIMAPIAdviseSink.cpp 1 Oct 2008 02:41:58 -0000 1.2 --- PyIMAPIAdviseSink.cpp 9 Dec 2008 07:21:06 -0000 1.3 *************** *** 17,21 **** switch (n->ulEventType) { case fnevCriticalError: { ! ERROR_NOTIFICATION &err = n->info.err; ret = Py_BuildValue("k(s#iiN)", n->ulEventType, --- 17,21 ---- switch (n->ulEventType) { case fnevCriticalError: { ! ERROR_NOTIFICATION &err(n->info.err); ret = Py_BuildValue("k(s#iiN)", n->ulEventType, |