Update of /cvsroot/pywin32/pywin32/com
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23269/com
Modified Files:
Tag: py3k
internet.dsp
Log Message:
win32com.internet gets support for IDocHostUIHandler, IHTMLOMWindowServices
and IInternetSecurityManager interfaces, and CoInternetCreateSecurityManager
function.
Index: internet.dsp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/internet.dsp,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -C2 -d -r1.6 -r1.6.4.1
*** internet.dsp 27 Oct 2001 06:37:55 -0000 1.6
--- internet.dsp 2 Nov 2008 12:55:54 -0000 1.6.4.1
***************
*** 99,102 ****
--- 99,110 ----
# Begin Source File
+ SOURCE=.\win32comext\internet\src\PyIDocHostUIHandler.cpp
+ # End Source File
+ # Begin Source File
+
+ SOURCE=.\win32comext\internet\src\PyIHTMLOMWindowServices.cpp
+ # End Source File
+ # Begin Source File
+
SOURCE=.\win32comext\internet\src\PyIInternetBindInfo.cpp
# End Source File
***************
*** 122,125 ****
--- 130,137 ----
# End Source File
# End Group
+
+ SOURCE=.\win32comext\internet\src\PyIInternetSecurityManager.cpp
+ # End Source File
+ # End Group
# Begin Group "Header Files"
|