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.

87 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file for the strmfilt
  7. Author:
  8. Revision History:
  9. --*/
  10. #ifndef _PRECOMP_H_
  11. #define _PRECOMP_H_
  12. //
  13. // IIS 101
  14. //
  15. #include <iis.h>
  16. #include "dbgutil.h"
  17. #include <iiscnfg.h>
  18. #include <iiscnfgp.h>
  19. #include <string.hxx>
  20. #include <stringa.hxx>
  21. #include <multisz.hxx>
  22. #include <regconst.h>
  23. //
  24. // System related headers
  25. //
  26. #include <windows.h>
  27. #include <winsock2.h>
  28. #include <tdi.h>
  29. #define CERT_CHAIN_PARA_HAS_EXTRA_FIELDS
  30. #include <wincrypt.h>
  31. #define SECURITY_WIN32
  32. #include <sspi.h>
  33. #include <schannel.h>
  34. //
  35. // Other IISPLUS stuff
  36. //
  37. #include <thread_pool.h>
  38. #include <http.h>
  39. #include <httpp.h>
  40. #include <lkrhash.h>
  41. #include <streamfilt.h>
  42. #include <reftrace.h>
  43. #include <etwtrace.hxx>
  44. //
  45. // Private headers
  46. //
  47. #include "ulcontext.hxx"
  48. #include "uccontext.hxx"
  49. #include "streamfilter.hxx"
  50. #include "streamcontext.hxx"
  51. #include "isapicontext.hxx"
  52. #include "certstore.hxx"
  53. #include "servercert.hxx"
  54. #include "iisctl.hxx"
  55. #include "sitecred.hxx"
  56. #include "siteconfig.hxx"
  57. #include "sslcontext.hxx"
  58. #include "ucsslcontext.hxx"
  59. #endif // _PRECOMP_H_