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.
31 lines
641 B
31 lines
641 B
//----------------------------------------------------------------------------
|
|
//
|
|
// 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"
|