20 lines
425 B
C++
20 lines
425 B
C++
//----------------------------------------------------------------------------
|
|
//
|
|
// Precompiled header.
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1999-2000.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
#include <windows.h>
|
|
#include <dbghelp.h>
|
|
#define INITGUID
|
|
#include <dbgeng.h>
|
|
|
|
#include <dhhelp.h>
|
|
#include <cmnutil.hpp>
|