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.

46 lines
667 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name :
  4. isatq.hxx
  5. Abstract:
  6. Main atq include file
  7. Author:
  8. Johnson Apacible (johnsona) 15-May-1996
  9. --*/
  10. #ifndef _ISATQ_H_
  11. #define _ISATQ_H_
  12. extern "C" {
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #include <windows.h>
  17. #include <winsock2.h>
  18. #include <mswsock.h>
  19. };
  20. #include <iis64.h>
  21. #define DEFAULT_TRACE_FLAGS (DEBUG_ERROR)
  22. #include "dbgutil.h"
  23. #include "reftrace.h"
  24. #include "acache.hxx"
  25. #include "atqtypes.hxx"
  26. #include "atqprocs.hxx"
  27. #include <issched.hxx>
  28. #include "auxctrs.h"
  29. #include "abw.hxx"
  30. #include "atqbmon.hxx"
  31. #endif // _ISATQ_H_