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.
77 lines
1.1 KiB
77 lines
1.1 KiB
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.hxx
|
|
|
|
Abstract:
|
|
|
|
Precompiled header for tsunami cache
|
|
|
|
Author:
|
|
|
|
Murali Krishnan (MuraliK) 10-Nov-1998
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _PRECOMP_HXX_
|
|
#define _PRECOMP_HXX_
|
|
|
|
//
|
|
// System related headers
|
|
//
|
|
|
|
#include <iis.h>
|
|
#include <winsock2.h>
|
|
#include <ws2tcpip.h>
|
|
#include <http.h>
|
|
#include <httpp.h>
|
|
#include <wpcounters.h>
|
|
#include "dbgutil.h"
|
|
#include <winreg.h>
|
|
|
|
//
|
|
// IIS headers
|
|
//
|
|
|
|
#include <iadmw.h>
|
|
#include <mb.hxx>
|
|
#include <inetinfo.h>
|
|
#include <iiscnfgp.h>
|
|
|
|
//
|
|
// General C runtime libraries
|
|
//
|
|
|
|
#include <string.h>
|
|
#include <malloc.h>
|
|
#include <wchar.h>
|
|
#include <lkrhash.h>
|
|
|
|
//
|
|
// Headers for this project
|
|
//
|
|
|
|
#include <objbase.h>
|
|
#include <string.hxx>
|
|
#include <acache.hxx>
|
|
#include <issched.hxx>
|
|
#include <reftrace.h>
|
|
#include <dirmon.h>
|
|
|
|
//
|
|
// Private stuff
|
|
//
|
|
|
|
#define DLL_IMPLEMENTATION
|
|
#include <w3cache.hxx>
|
|
#include "cachedir.hxx"
|
|
#include "usercache.hxx"
|
|
#include "cachemanager.hxx"
|
|
|
|
#endif // _PRECOMP_H_
|
|
|