[pywin32-checkins] pywin32/win32/src PyWinTypes.h,1.18,1.19
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-11-25 06:29:35
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1:/tmp/cvs-serv23049 Modified Files: PyWinTypes.h Log Message: Oops - forgot the return type on function proto (and msvc didn't complain!) Index: PyWinTypes.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/PyWinTypes.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** PyWinTypes.h 24 Nov 2003 09:13:11 -0000 1.18 --- PyWinTypes.h 25 Nov 2003 03:24:02 -0000 1.19 *************** *** 172,176 **** #ifndef MS_WINCE // String support for buffers allocated via a function of your choice. ! PYWINTYPES_EXPORT PyWinObject_AsPfnAllocatedWCHAR(PyObject *stringObject, void *(*pfnAllocator)(ULONG), WCHAR **ppResult, --- 172,176 ---- #ifndef MS_WINCE // String support for buffers allocated via a function of your choice. ! PYWINTYPES_EXPORT BOOL PyWinObject_AsPfnAllocatedWCHAR(PyObject *stringObject, void *(*pfnAllocator)(ULONG), WCHAR **ppResult, |