/*++

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 <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <imagehlp.h>
#include <objidl.h>
#include <stdio.h>

#include "symhelp.h"
#include "debug.h"
#include "memory.h"

#endif // ifndef _UTILS_H_

