Source code of Windows XP (NT5)
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.
|
|
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1997-1999 Microsoft Corporation
//
// Module Name:
// HelpData.cpp
//
// Abstract:
// Data required for implementing help.
//
// Author:
// David Potter (davidp) February 19, 1997
//
// Revision History:
//
// Notes:
//
/////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "resource.h"
// Define help IDs.
#include "HelpIDs.h"
// Declare arrays. If we don't do this the arrays don't get instantiated
// in the executable image.
#include "HelpArr.h"
// Define the arrays.
#define INITHELPARRAYS
#include "HelpArr.h"
|