[pywin32-checkins] pywin32/win32/src PyWinTypes.h, 1.51.2.6, 1.51.2.7
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-01-03 23:43:31
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv929 Modified Files: Tag: py3k PyWinTypes.h Log Message: uncomment 'unsigned short' variant of PyWinObject_As/FreeWCHAR Index: PyWinTypes.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/PyWinTypes.h,v retrieving revision 1.51.2.6 retrieving revision 1.51.2.7 diff -C2 -d -r1.51.2.6 -r1.51.2.7 *** PyWinTypes.h 8 Dec 2008 13:41:06 -0000 1.51.2.6 --- PyWinTypes.h 3 Jan 2009 23:43:25 -0000 1.51.2.7 *************** *** 219,224 **** // compiler, that is what must work. // py2.5 on x64 also needs it, and that is min x64 we support - - /* #if (PY_VERSION_HEX >= 0x02060000) || defined(_WIN64) inline BOOL PyWinObject_AsWCHAR(PyObject *stringObject, unsigned short **pResult, BOOL bNoneOK = FALSE, DWORD *pResultLen = NULL) --- 219,222 ---- *************** *** 231,235 **** } #endif - */ // Given a PyObject (string, Unicode, etc) create a "char *" with the value --- 229,232 ---- |