Leaked source code of windows server 2003
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

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. cache.hxx
  5. Abstract:
  6. master include file.
  7. Author:
  8. Madan Appiah (madana) 12-Apr-1995
  9. Environment:
  10. User Mode - Win32
  11. Revision History:
  12. --*/
  13. #ifndef _CACHE_HXX_
  14. #define _CACHE_HXX_
  15. #include <wininetp.h>
  16. #include <shlwapi.h>
  17. #include <shlwapip.h>
  18. #include <cachedef.h>
  19. #include <hashutil.hxx>
  20. #include <debug.h>
  21. #include <util.hxx>
  22. #include <reg.hxx>
  23. #include <filemap.hxx>
  24. #include <filemgr.hxx>
  25. #include <contain.hxx>
  26. #include <instcon.hxx>
  27. #include <conlist.hxx>
  28. #include <hndlmgr.hxx>
  29. #include <cookies.hxx>
  30. #include <conmgr.hxx>
  31. #include <group.hxx>
  32. #include <global.h>
  33. #include <proto.h>
  34. #include <inetp.h>
  35. #include <registry.h>
  36. #include <urlcache.h>
  37. #include <platform.h>
  38. #endif // _CACHE_HXX_
  39. // temporary junk
  40. #ifndef INTERNET_CACHE_GROUP_NONE
  41. #define INTERNET_CACHE_GROUP_NONE 2
  42. #define INTERNET_CACHE_MODIFY_DATA 4
  43. #endif