Leaked source code of windows server 2003
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.
 
 
 
 
 
 

32 lines
707 B

/////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1996-1997 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"