[pywin32-checkins] pywin32/com shell.dsp,1.11,1.12
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2004-12-15 01:09:22
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2867 Modified Files: shell.dsp Log Message: Add (client only) support for IQueryAssociations Index: shell.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/shell.dsp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** shell.dsp 2 Jul 2004 04:14:02 -0000 1.11 --- shell.dsp 15 Dec 2004 01:09:11 -0000 1.12 *************** *** 131,134 **** --- 131,138 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIQueryAssociations.cpp + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIShellBrowser.cpp # End Source File *************** *** 195,198 **** --- 199,206 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIQueryAssociations.h + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIShellBrowser.h # End Source File |