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.

42 lines
951 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. blt.dat
  7. BLT resource data file
  8. FILE HISTORY:
  9. terryk 08-Apr-1991 creation
  10. beng 29-Mar-1992 Uses numeric resource IDs
  11. */
  12. #ifndef _BLT_DAT_
  13. #define _BLT_DAT_
  14. /* The following is the error to help context lookup resource.
  15. * Must be terminated by double zeros!
  16. *
  17. * The file msg2help.tbl must reside in the same directory that the resource
  18. * file bltmsgp.dlg is being included into. The form is:
  19. *
  20. * IDS_MESSAGE_STRING, HC_MESSAGE_STRING_HELP
  21. * IDS_MESSAGE_TWO, HC_MESSAGE_TWO_HELP
  22. * etc.
  23. */
  24. IDHC_MSG_TO_HELP RCDATA
  25. BEGIN
  26. #include "msg2help.tbl"
  27. 0, 0
  28. END
  29. #endif