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.

104 lines
1.8 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. w3p.hxx
  7. Master include file for the W3 Service.
  8. FILE HISTORY:
  9. KeithMo 07-Mar-1993 Created.
  10. */
  11. #ifndef _W3P_H_
  12. #define _W3P_H_
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. # include <nt.h>
  17. # include <ntrtl.h>
  18. # include <nturtl.h>
  19. # include <windows.h>
  20. # include <wincrypt.h>
  21. #ifdef __cplusplus
  22. };
  23. #endif
  24. // The setting of the default is a little different here. There are a lot of
  25. // places which have already set the default flags before loading this file,
  26. // so make sure the macro doesn't exist before setting it
  27. #ifndef DEFAULT_TRACE_FLAGS
  28. #define DEFAULT_TRACE_FLAGS (DEBUG_ERROR)
  29. #endif
  30. # include <iis64.h>
  31. # include <inetcom.h>
  32. # include <inetinfo.h>
  33. //
  34. // System include files.
  35. //
  36. # include "dbgutil.h"
  37. #include <tcpdll.hxx>
  38. #include <tsunami.hxx>
  39. #include <metacach.hxx>
  40. extern "C" {
  41. #include <tchar.h>
  42. //
  43. // Project include files.
  44. //
  45. #include <iistypes.hxx>
  46. #include <iisendp.hxx>
  47. #include <w3svc.h>
  48. #include <iisfiltp.h>
  49. #include <sspi.h>
  50. } // extern "C"
  51. #include <iiscnfgp.h>
  52. #include <ole2.h>
  53. #include <imd.h>
  54. #include <mb.hxx>
  55. //
  56. // Local include files.
  57. //
  58. #include "w3cons.hxx"
  59. #include <iisextp.h>
  60. #include "w3type.hxx"
  61. #include "stats.hxx"
  62. #include "w3data.hxx"
  63. #include "w3msg.h"
  64. #include "w3jobobj.hxx"
  65. #include "w3inst.hxx"
  66. #include "parmlist.hxx"
  67. #include "filter.hxx"
  68. #if defined(CAL_ENABLED)
  69. #include "cal.hxx"
  70. #endif
  71. #include "httpreq.hxx"
  72. #include "conn.hxx"
  73. #include "w3proc.hxx"
  74. #include "inline.hxx"
  75. #pragma hdrstop
  76. #endif // _W3P_H_