Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

54 lines
611 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_
extern "C" {
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
} // extern "C"
#include <windows.h>
#include <stdlib.h>
#include <urlcache.h>
#include <cachedef.h>
#include <debug.h>
#include <util.hxx>
#include <reg.hxx>
#include <filemap.hxx>
#include <contain.hxx>
#include <global.h>
#include <proto.h>
#endif // _CACHE_HXX_