Update of /cvsroot/pywin32/pywin32/com
In directory sc8-pr-cvs1:/tmp/cvs-serv1257
Modified Files:
shell.dsp
Log Message:
Add IColumnProvider support.
Index: shell.dsp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/shell.dsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** shell.dsp 8 Oct 2003 23:54:36 -0000 1.8
--- shell.dsp 6 Nov 2003 06:15:45 -0000 1.9
***************
*** 99,102 ****
--- 99,106 ----
# Begin Source File
+ SOURCE=.\win32comext\shell\src\PyIColumnProvider.cpp
+ # End Source File
+ # Begin Source File
+
SOURCE=.\win32comext\shell\src\PyIContextMenu.cpp
# End Source File
***************
*** 148,151 ****
--- 152,159 ----
SOURCE=.\win32comext\shell\src\PyIBrowserFrameOptions.h
+ # End Source File
+ # Begin Source File
+
+ SOURCE=.\win32comext\shell\src\PyIColumnProvider.h
# End Source File
# Begin Source File
|