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.
27 lines
587 B
27 lines
587 B
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// HelpData.h
|
|
//
|
|
// Abstract:
|
|
// Definitions for data required for implementing help.
|
|
//
|
|
// Author:
|
|
// David Potter (davidp) February 19, 1997
|
|
//
|
|
// Revision History:
|
|
//
|
|
// Notes:
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __HELPDATA_H__
|
|
#define __HELPDATA_H__
|
|
|
|
#include "HelpArr.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#endif // __HELPDATA_H__
|