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.
64 lines
998 B
64 lines
998 B
/*++
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
cache.hxx
|
|
|
|
Abstract:
|
|
|
|
master include file.
|
|
|
|
Author:
|
|
|
|
Madan Appiah (madana) 12-Apr-1995
|
|
|
|
Environment:
|
|
|
|
User Mode - Win32
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _CACHE_HXX_
|
|
#define _CACHE_HXX_
|
|
|
|
|
|
#include <wininetp.h>
|
|
#include <shlwapi.h>
|
|
#include <shlwapip.h>
|
|
|
|
#include <cachedef.h>
|
|
#include <hashutil.hxx>
|
|
#include <debug.h>
|
|
|
|
#include <util.hxx>
|
|
#include <reg.hxx>
|
|
#include <filemap.hxx>
|
|
#include <filemgr.hxx>
|
|
#include <contain.hxx>
|
|
#include <instcon.hxx>
|
|
#include <conlist.hxx>
|
|
#include <hndlmgr.hxx>
|
|
#include <cookies.hxx>
|
|
#include <conmgr.hxx>
|
|
#include <group.hxx>
|
|
#include <global.h>
|
|
#include <proto.h>
|
|
#include <inetp.h>
|
|
#include <registry.h>
|
|
#include <urlcache.h>
|
|
#include <platform.h>
|
|
|
|
#endif // _CACHE_HXX_
|
|
|
|
// temporary junk
|
|
#ifndef INTERNET_CACHE_GROUP_NONE
|
|
#define INTERNET_CACHE_GROUP_NONE 2
|
|
#define INTERNET_CACHE_MODIFY_DATA 4
|
|
#endif
|
|
|
|
|
|
|