mirror of https://github.com/tongzx/nt5src
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.
41 lines
550 B
41 lines
550 B
/*++
|
|
|
|
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_
|
|
|