comparison netinstall/nio-ie5.cc @ 468:20ae8821c23d

[xemacs-hg @ 2001-04-13 09:11:17 by michaels] The Great Trunk Move from release-21-2.
author michaels
date Fri, 13 Apr 2001 09:11:46 +0000
parents 5aa1854ad537
children ce0b3f2eff35
comparison
equal deleted inserted replaced
467:13d500863631 468:20ae8821c23d
16 /* The purpose of this file is to manage internet downloads using the 16 /* The purpose of this file is to manage internet downloads using the
17 Internet Explorer version 5 DLLs. To use this method, the user 17 Internet Explorer version 5 DLLs. To use this method, the user
18 must already have installed and configured IE5. This module is 18 must already have installed and configured IE5. This module is
19 called from netio.cc, which is called from geturl.cc */ 19 called from netio.cc, which is called from geturl.cc */
20 20
21 static char *cvsid = "\n%%% $Id: nio-ie5.cc,v 1.2 2001/04/12 18:22:51 michaels Exp $\n"; 21 static char *cvsid = "\n%%% $Id: nio-ie5.cc,v 1.3 2001/04/13 09:11:35 michaels Exp $\n";
22 22
23 #include "win32.h" 23 #include "win32.h"
24 24
25 #include "resource.h" 25 #include "resource.h"
26 #include "state.h" 26 #include "state.h"