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.
33 lines
397 B
33 lines
397 B
/*++
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.hxx
|
|
|
|
Abstract:
|
|
|
|
Master include file for the IIS over UL driver process
|
|
|
|
Author:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
#include <iis.h>
|
|
#include "dbgutil.h"
|
|
#include <objbase.h>
|
|
|
|
//
|
|
// System related headers
|
|
//
|
|
|
|
#include <windows.h>
|
|
|
|
#endif // _PRECOMP_H_
|
|
|