Source code of Windows XP (NT5)
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.

73 lines
937 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Precompiled header for tsunami cache
  7. Author:
  8. Murali Krishnan (MuraliK) 10-Nov-1998
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_HXX_
  12. #define _PRECOMP_HXX_
  13. //
  14. // System related headers
  15. //
  16. #include <iis.h>
  17. #include <httpdef.h>
  18. #include <wpcounters.h>
  19. #include "dbgutil.h"
  20. #include <winreg.h>
  21. //
  22. // IIS headers
  23. //
  24. #include <iadmw.h>
  25. #include <mb.hxx>
  26. #include <inetinfo.h>
  27. #include <iiscnfgp.h>
  28. //
  29. // General C runtime libraries
  30. //
  31. #include <string.h>
  32. #include <malloc.h>
  33. #include <wchar.h>
  34. #include <lkrhash.h>
  35. //
  36. // Headers for this project
  37. //
  38. #include <objbase.h>
  39. #include <string.hxx>
  40. #include <acache.hxx>
  41. #include <issched.hxx>
  42. #include <reftrace.h>
  43. #include <dirmon.h>
  44. //
  45. // Private stuff
  46. //
  47. #include <w3cache.hxx>
  48. #include "cachedir.hxx"
  49. #include "usercache.hxx"
  50. #include "cachemanager.hxx"
  51. #endif // _PRECOMP_H_