mirror of https://github.com/lianthony/NT4.0
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.
50 lines
589 B
50 lines
589 B
/*++
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
cache.hxx
|
|
|
|
Abstract:
|
|
|
|
master include file.
|
|
|
|
Author:
|
|
|
|
Madan Appiah (madana) 12-Apr-1995
|
|
|
|
Environment:
|
|
|
|
User Mode - Win32
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _CACHE_HXX_
|
|
#define _CACHE_HXX_
|
|
|
|
#include <windows.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <inetcom.h>
|
|
#include <inetaccs.h>
|
|
|
|
#include <cacheapi.h>
|
|
#include <cachedef.h>
|
|
#include <debug.h>
|
|
#include <accslib.h>
|
|
|
|
#include <util.hxx>
|
|
#include <reg.hxx>
|
|
#include <filemap.hxx>
|
|
#include <contain.hxx>
|
|
|
|
#include <global.h>
|
|
#include <proto.h>
|
|
|
|
#endif // _CACHE_HXX_
|
|
|
|
|