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.

35 lines
589 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name :
  4. precomp.hxx
  5. Abstract:
  6. Precompiled headers for IISRTL
  7. Author:
  8. George V. Reilly (GeorgeRe) 13-Jan-1998
  9. Environment:
  10. Win32 - User Mode
  11. Project:
  12. Internet Information Server RunTime Library
  13. Revision History:
  14. --*/
  15. #define dllexp __declspec(dllexport)
  16. #define DEFAULT_TRACE_FLAGS (DEBUG_ERROR)
  17. #include <acache.hxx>
  18. #include <windows.h>
  19. #include "dbgutil.h"
  20. #include <reftrace.h>
  21. #include <issched.hxx>
  22. #include <iis64.h>
  23. #include <string.hxx>