32 lines
641 B
C++
32 lines
641 B
C++
|
//----------------------------------------------------------------------------
|
||
|
//
|
||
|
// Precompiled header.
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1999-2001.
|
||
|
//
|
||
|
//----------------------------------------------------------------------------
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include <tchar.h>
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <shellapi.h>
|
||
|
#include <shlobj.h>
|
||
|
#include <commdlg.h>
|
||
|
#include <mmsystem.h>
|
||
|
#include <direct.h>
|
||
|
#include <htmlhelp.h>
|
||
|
|
||
|
#include <dbghelp.h>
|
||
|
#include <dbgeng.h>
|
||
|
|
||
|
#include <dhhelp.h>
|
||
|
#include <cmnutil.hpp>
|
||
|
|
||
|
#include "drwatson.h"
|
||
|
#include "messages.h"
|
||
|
#include "proto.h"
|
||
|
#include "resource.h"
|