2025-04-27 07:49:33 -04:00

36 lines
502 B
C++

/*++
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 <iadmw.h>
#include <mb.hxx>
#include <mb_notify.h>
#include <windows.h>
#include <multisz.hxx>
#include <iiscnfg.h>
#include <iiscnfgp.h>
#include <stdio.h>
#include <sslconfigprov.hxx>
#include <sslconfigchangeprov.hxx>
#endif