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.

43 lines
601 B

  1. /*++
  2. Copyright (c) 1998-2000 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Master include file.
  7. Author:
  8. Seth Pollack (sethp) 22-Jul-1998
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_H_
  12. #define _PRECOMP_H_
  13. #include <stdio.h>
  14. #include "iis.h"
  15. #include "winperf.h"
  16. #include "perfcount.h"
  17. #include "iisdef.h"
  18. #include "wasdbgut.h"
  19. #include "perf_sm.h"
  20. #include "regconst.h"
  21. #include "eventlog.hxx"
  22. #include "w3data.h"
  23. #include "iismsg.h"
  24. #include "perfutil.h"
  25. #include "w3ctrsp.h"
  26. #include "timer.h"
  27. #endif // _PRECOMP_H_