[pywin32-checkins] pywin32/com/TestSources/PyCOMTest PyCOMTest.idl, 1.17, 1.18
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-05-24 02:55:30
|
Update of /cvsroot/pywin32/pywin32/com/TestSources/PyCOMTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19630/TestSources/PyCOMTest Modified Files: PyCOMTest.idl Log Message: Fix [ 1960311 ] 'None' returned for COM string constants Index: PyCOMTest.idl =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/TestSources/PyCOMTest/PyCOMTest.idl,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** PyCOMTest.idl 8 Apr 2008 11:51:26 -0000 1.17 --- PyCOMTest.idl 24 May 2008 02:55:34 -0000 1.18 *************** *** 70,73 **** --- 70,74 ---- const unsigned char UCharTest = 255; const char CharTest = -1; + const LPWSTR StringTest = L"Hello Loraine"; }; |