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.

53 lines
708 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file for the IIS Worker Process Protocol Handling
  7. Author:
  8. Murali Krishnan (MuraliK) 10-Nov-1998
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_H_
  12. #define _PRECOMP_H_
  13. //
  14. // System related headers
  15. //
  16. # include <iis.h>
  17. # include "dbgutil.h"
  18. //
  19. // UL related headers
  20. //
  21. #include <httpapi.h>
  22. //
  23. // General C runtime libraries
  24. #include <string.h>
  25. #include <wchar.h>
  26. //
  27. // Headers for this project
  28. //
  29. #include <objbase.h>
  30. #include <ulatq.h>
  31. #include <buffer.hxx>
  32. #include "workerrequest.hxx"
  33. #include "wptypes.hxx"
  34. #include "thread_pool.h"
  35. #include "wprecycler.hxx"
  36. #endif // _PRECOMP_H_