[pywin32-checkins] pywin32/com/win32com/src/include PythonCOM.h, 1.30, 1.31
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-06-12 07:49:55
|
Update of /cvsroot/pywin32/pywin32/com/win32com/src/include In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28153/com/win32com/src/include Modified Files: PythonCOM.h Log Message: pythoncom gets better support for 64bit integers, including in arrays. Index: PythonCOM.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/include/PythonCOM.h,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** PythonCOM.h 19 Dec 2008 02:28:48 -0000 1.30 --- PythonCOM.h 12 Jun 2009 07:48:33 -0000 1.31 *************** *** 705,708 **** --- 705,709 ---- short m_sBuf; long m_lBuf; + long long m_llBuf; VARIANT_BOOL m_boolBuf; double m_dBuf; |