[pywin32-checkins] pywin32/com/win32comext/adsi/src PyADSIUtil.cpp, 1.5, 1.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2006-08-04 08:33:48
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/adsi/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21047 Modified Files: PyADSIUtil.cpp Log Message: Fix build error in py2.5 Index: PyADSIUtil.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/adsi/src/PyADSIUtil.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PyADSIUtil.cpp 2 Jun 2005 06:27:24 -0000 1.5 --- PyADSIUtil.cpp 4 Aug 2006 08:33:44 -0000 1.6 *************** *** 1,4 **** --- 1,5 ---- // @doc #include "Python.h" + #include "pyerrors.h" // for PyErr_Warn in 2.5... #include "Windows.h" #include "PyWinTypes.h" |