/*++ Copyright (c) 1998-1999 Microsoft Corporation Module Name: utils.h Abstract: This is the header file that will be precompiled. Include this in all the source files Environment: User mode Revision History: 03/20/98 -srinivac- Created it --*/ #ifndef _UTILS_H_ #define _UTILS_H_ #include #include #include #include #include #include #include #include "symhelp.h" #include "debug.h" #include "memory.h" #endif // ifndef _UTILS_H_