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.
32 lines
403 B
32 lines
403 B
/*++
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.hxx
|
|
|
|
Abstract:
|
|
|
|
Master include file
|
|
|
|
Author:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
#include <iis.h>
|
|
#include "dbgutil.h"
|
|
#include <windows.h>
|
|
#include <multisz.hxx>
|
|
#include <iiscnfg.h>
|
|
#include <iiscnfgp.h>
|
|
#include <stdio.h>
|
|
|
|
#include <sslconfigpipe.hxx>
|
|
|
|
#endif
|