[pywin32-checkins] pywin32/win32/src PyWinTypes.h,1.69,1.70
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2009-02-15 01:08:10
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3239 Modified Files: PyWinTypes.h Log Message: python 3.0.1 means we need to add a define for PyNumber_Int Index: PyWinTypes.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/PyWinTypes.h,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** PyWinTypes.h 8 Feb 2009 10:11:11 -0000 1.69 --- PyWinTypes.h 15 Feb 2009 01:07:56 -0000 1.70 *************** *** 153,156 **** --- 153,157 ---- #define PyInt_AsSsize_t PyLong_AsSsize_t #define PyInt_AsUnsignedLongMask PyLong_AsUnsignedLongMask + #define PyNumber_Int PyNumber_Long #endif // (PY_VERSION_HEX < 0x03000000) |