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.
49 lines
529 B
49 lines
529 B
/*++
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.hxx
|
|
|
|
Abstract:
|
|
|
|
Master include file for the w3ssl
|
|
|
|
Author:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
//
|
|
// IIS 101
|
|
//
|
|
|
|
#include <iis.h>
|
|
#include "dbgutil.h"
|
|
#include <regconst.h>
|
|
|
|
//
|
|
// System related headers
|
|
//
|
|
|
|
#include <windows.h>
|
|
|
|
//
|
|
// Other IISPLUS stuff
|
|
//
|
|
|
|
#include <streamfilt.h>
|
|
|
|
//
|
|
// Private headers
|
|
//
|
|
|
|
#include "scmmanager.hxx"
|
|
#include "w3ssl_service.hxx"
|
|
|
|
#endif
|