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.

77 lines
1.1 KiB

  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 <winsock2.h>
  18. #include <ws2tcpip.h>
  19. #include <http.h>
  20. #include <httpp.h>
  21. #include <wpcounters.h>
  22. #include "dbgutil.h"
  23. #include <winreg.h>
  24. //
  25. // IIS headers
  26. //
  27. #include <iadmw.h>
  28. #include <mb.hxx>
  29. #include <inetinfo.h>
  30. #include <iiscnfgp.h>
  31. //
  32. // General C runtime libraries
  33. //
  34. #include <string.h>
  35. #include <malloc.h>
  36. #include <wchar.h>
  37. #include <lkrhash.h>
  38. //
  39. // Headers for this project
  40. //
  41. #include <objbase.h>
  42. #include <string.hxx>
  43. #include <acache.hxx>
  44. #include <issched.hxx>
  45. #include <reftrace.h>
  46. #include <dirmon.h>
  47. //
  48. // Private stuff
  49. //
  50. #define DLL_IMPLEMENTATION
  51. #include <w3cache.hxx>
  52. #include "cachedir.hxx"
  53. #include "usercache.hxx"
  54. #include "cachemanager.hxx"
  55. #endif // _PRECOMP_H_