windows-nt/Source/XPSP1/NT/ds/adsi/ndsext/inc/utils.h

42 lines
550 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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_