[pywin32-checkins] pywin32/com/win32com/src oleargs.cpp,1.46,1.47
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-07-08 05:38:01
|
Update of /cvsroot/pywin32/pywin32/com/win32com/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13867/com/win32com/src Modified Files: oleargs.cpp Log Message: use LONGLONG/ULONGLONG instead of 'long long' etc Index: oleargs.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/oleargs.cpp,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** oleargs.cpp 12 Jun 2009 07:48:33 -0000 1.46 --- oleargs.cpp 8 Jul 2009 02:12:07 -0000 1.47 *************** *** 1145,1149 **** case VT_UI8 | VT_BYREF: if (bCreateBuffers) ! V_UI8REF(var) = (unsigned long long *)&m_llBuf; if (!VALID_BYREF_MISSING(obj)) { --- 1145,1149 ---- case VT_UI8 | VT_BYREF: if (bCreateBuffers) ! V_UI8REF(var) = (ULONGLONG *)&m_llBuf; if (!VALID_BYREF_MISSING(obj)) { |