Update of /cvsroot/pywin32/pywin32/com/win32com/src/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20576/win32com/src/include
Modified Files:
PythonCOM.h
Log Message:
Fix and test some limitations passing around currency objects.
Should fix [ 1935488 ] gencache and Delphi Currency
Index: PythonCOM.h
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/include/PythonCOM.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** PythonCOM.h 4 Sep 2007 10:32:05 -0000 1.26
--- PythonCOM.h 8 Apr 2008 11:51:26 -0000 1.27
***************
*** 710,713 ****
--- 710,714 ----
VARIANT *m_varBuf;
DATE m_dateBuf;
+ CY m_cyBuf;
};
};
|