cache.hxx
资源名称:win2ksrc.rar [点击查看]
上传用户:caisha3
上传日期:2013-09-21
资源大小:208739k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- /*++
- 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
English
