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
43 lines
601 B
/*++
|
|
|
|
Copyright (c) 1998-2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.h
|
|
|
|
Abstract:
|
|
|
|
Master include file.
|
|
|
|
Author:
|
|
|
|
Seth Pollack (sethp) 22-Jul-1998
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "iis.h"
|
|
#include "winperf.h"
|
|
#include "perfcount.h"
|
|
#include "iisdef.h"
|
|
#include "wasdbgut.h"
|
|
#include "perf_sm.h"
|
|
#include "regconst.h"
|
|
#include "eventlog.hxx"
|
|
#include "w3data.h"
|
|
#include "iismsg.h"
|
|
#include "perfutil.h"
|
|
#include "w3ctrsp.h"
|
|
#include "timer.h"
|
|
|
|
|
|
#endif // _PRECOMP_H_
|
|
|