/*++ Copyright (c) 1994 Microsoft Corporation Module Name: global.h Abstract: contains global data declerations. Author: Madan Appiah (madana) 12-Apr-1995 Environment: User Mode - Win32 Revision History: --*/ #ifndef _GLOBAL_ #define _GLOBAL_ #ifdef __cplusplus extern "C" { #endif // // global variables. // extern MEMORY *CacheHeap; #ifdef __cplusplus } #endif #endif // _GLOBAL_