Mercurial > hg > xemacs-beta
comparison netinstall/nio-ie5.cc @ 657:ce0b3f2eff35
[xemacs-hg @ 2001-09-09 04:37:41 by andyp]
DDE, netinstall and cygwin file fixes
author | andyp |
---|---|
date | Sun, 09 Sep 2001 04:37:48 +0000 |
parents | 20ae8821c23d |
children |
comparison
equal
deleted
inserted
replaced
656:4035041996d8 | 657:ce0b3f2eff35 |
---|---|
15 | 15 |
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 | |
21 static char *cvsid = "\n%%% $Id: nio-ie5.cc,v 1.3 2001/04/13 09:11:35 michaels Exp $\n"; | |
22 | 20 |
23 #include "win32.h" | 21 #include "win32.h" |
24 | 22 |
25 #include "resource.h" | 23 #include "resource.h" |
26 #include "state.h" | 24 #include "state.h" |