47 lines
667 B
C++
47 lines
667 B
C++
|
/*++
|
||
|
|
||
|
Copyright (c) 1996 Microsoft Corporation
|
||
|
|
||
|
Module Name :
|
||
|
isatq.hxx
|
||
|
|
||
|
Abstract:
|
||
|
Main atq include file
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Johnson Apacible (johnsona) 15-May-1996
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#ifndef _ISATQ_H_
|
||
|
#define _ISATQ_H_
|
||
|
|
||
|
extern "C" {
|
||
|
|
||
|
#include <nt.h>
|
||
|
#include <ntrtl.h>
|
||
|
#include <nturtl.h>
|
||
|
#include <windows.h>
|
||
|
#include <winsock2.h>
|
||
|
#include <mswsock.h>
|
||
|
|
||
|
};
|
||
|
|
||
|
#include <iis64.h>
|
||
|
|
||
|
#define DEFAULT_TRACE_FLAGS (DEBUG_ERROR)
|
||
|
|
||
|
#include "dbgutil.h"
|
||
|
#include "reftrace.h"
|
||
|
|
||
|
#include "acache.hxx"
|
||
|
#include "atqtypes.hxx"
|
||
|
#include "atqprocs.hxx"
|
||
|
#include <issched.hxx>
|
||
|
#include "auxctrs.h"
|
||
|
#include "abw.hxx"
|
||
|
#include "atqbmon.hxx"
|
||
|
|
||
|
#endif // _ISATQ_H_
|