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.

75 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file for IIS Plus Server Side Include module
  7. Author:
  8. Ming Lu (MingLu)
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_H_
  12. #define _PRECOMP_H_
  13. //
  14. // System related headers
  15. //
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. #include <malloc.h>
  20. #include <assert.h>
  21. #include <stdlib.h>
  22. #include <stdio.h>
  23. #include <stdarg.h>
  24. #include <time.h>
  25. #include "dbgutil.h"
  26. //
  27. // IIS headers
  28. //
  29. #include <iadmw.h>
  30. #include <mb.hxx>
  31. #include "iisdef.h"
  32. #include "issched.hxx"
  33. #include <iiscnfg.h>
  34. #include <acache.hxx>
  35. //
  36. // General C runtime libraries
  37. //
  38. #include <string.h>
  39. #include <wchar.h>
  40. #include <mbstring.h>
  41. #include <lock.hxx>
  42. //
  43. // Headers for this project
  44. //
  45. #include <stringa.hxx>
  46. #include <string.hxx>
  47. #include <festrcnv.hxx>
  48. #include "iisext.h"
  49. #include <iismsg.h>
  50. #include <iisresource.hxx>
  51. #include "odbcconn.hxx"
  52. #include "parse.hxx"
  53. #include "parmlist.hxx"
  54. #include "odbcreq.hxx"
  55. #include "odbcpool.hxx"
  56. #endif // _PRECOMP_H_