[pywin32-checkins] pywin32/com/win32com/src/include PythonCOM.h, 1.27.2.1, 1.27.2.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-09-13 04:26:09
|
Update of /cvsroot/pywin32/pywin32/com/win32com/src/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2919/include Modified Files: Tag: py3k PythonCOM.h Log Message: Allow to build with UNICODE defined More changes for Py3k Index: PythonCOM.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/include/PythonCOM.h,v retrieving revision 1.27.2.1 retrieving revision 1.27.2.2 diff -C2 -d -r1.27.2.1 -r1.27.2.2 *** PythonCOM.h 29 Aug 2008 08:27:38 -0000 1.27.2.1 --- PythonCOM.h 13 Sep 2008 04:26:18 -0000 1.27.2.2 *************** *** 734,736 **** --- 734,738 ---- PYCOM_EXPORT PyObject *MakeOLECHARToObj(const OLECHAR * str); + PYCOM_EXPORT void PyCom_LogF(const char *fmt, ...); + #endif // __PYTHONCOM_H__ |