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.

32 lines
675 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1997-1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // HelpData.cpp
  7. //
  8. // Abstract:
  9. // Data required for implementing help.
  10. //
  11. // Author:
  12. // David Potter (davidp) February 19, 1997
  13. //
  14. // Revision History:
  15. //
  16. // Notes:
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #include "stdafx.h"
  20. #include "resource.h"
  21. // Define help IDs.
  22. #include "HelpIDs.h"
  23. // Declare arrays. If we don't do this the arrays don't get instantiated
  24. // in the executable image.
  25. #include "HelpArr.h"
  26. // Define the arrays.
  27. #define INITHELPARRAYS
  28. #include "HelpArr.h"