Update of /cvsroot/pywin32/pywin32/com/win32comext/internet/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23515/com/win32comext/internet/src
Modified Files:
internet.cpp
Log Message:
remove accidental function prototypes!
Index: internet.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/internet/src/internet.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** internet.cpp 2 Nov 2008 12:50:01 -0000 1.5
--- internet.cpp 2 Nov 2008 12:59:59 -0000 1.6
***************
*** 219,227 ****
}
- STDAPI CoInternetCreateSecurityManager(IServiceProvider *pSP, IInternetSecurityManager **ppSM, DWORD dwReserved);
-
- STDAPI CoInternetCreateZoneManager(IServiceProvider *pSP, IInternetZoneManager **ppZM, DWORD dwReserved);
-
-
/* List of module functions */
// @module internet|A module, encapsulating the ActiveX Internet interfaces
--- 219,222 ----
|