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.
35 lines
516 B
35 lines
516 B
/*++
|
|
|
|
Copyright (c) 2002 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.hxx
|
|
|
|
Abstract:
|
|
|
|
Master include file for IIS app compat shim
|
|
|
|
Author:
|
|
|
|
Wade Hilmo (wadeh) 30-Apr-2002
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
#include <iis.h>
|
|
#include "dbgutil.h"
|
|
#include <imd.h>
|
|
#include <iadmw.h>
|
|
#include <mb.hxx>
|
|
#include <iiscnfg.h>
|
|
#include <string.hxx>
|
|
#include <multisz.hxx>
|
|
#include <secconlib.h>
|
|
#include "acwebsvc.hxx"
|
|
|
|
#endif // _PRECOMP_H
|