comparison netinstall/nio-ie5.cc @ 464:5aa1854ad537 r21-2-47

Import from CVS: tag r21-2-47
author cvs
date Mon, 13 Aug 2007 11:45:51 +0200
parents 3078fd1074e8
children 20ae8821c23d
comparison
equal deleted inserted replaced
463:a158004111cd 464:5aa1854ad537
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.1.2.1 2000/12/11 22:01:41 andyp Exp $\n"; 21 static char *cvsid = "\n%%% $Id: nio-ie5.cc,v 1.2 2001/04/12 18:22:51 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"