You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
279 B
16 lines
279 B
#ifndef _401IMPRT_H_
|
|
#define _401IMPRT_H_
|
|
|
|
|
|
namespace ie401
|
|
{
|
|
|
|
// Import the visited container and history containers from IE4
|
|
BOOL Import401History();
|
|
|
|
// Imports the content container from IE4 (stealing the cached content)
|
|
BOOL Import401Content();
|
|
|
|
}
|
|
|
|
#endif
|