32 lines
424 B
C++
32 lines
424 B
C++
/*++
|
|
|
|
Copyright (c) 2001 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 <windows.h>
|
|
#include <multisz.hxx>
|
|
|
|
#include <sslconfigprovclient.hxx>
|
|
#include <sslconfigchangeprovclient.hxx>
|
|
|
|
#endif |