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.
|
|
/**********************************************************************/ /** Microsoft Windows/NT **/ /** Copyright(c) Microsoft Corp., 1991 **/ /**********************************************************************/
/* blt.dat BLT resource data file
FILE HISTORY: terryk 08-Apr-1991 creation beng 29-Mar-1992 Uses numeric resource IDs */
#ifndef _BLT_DAT_ #define _BLT_DAT_
/* The following is the error to help context lookup resource. * Must be terminated by double zeros! * * The file msg2help.tbl must reside in the same directory that the resource * file bltmsgp.dlg is being included into. The form is: * * IDS_MESSAGE_STRING, HC_MESSAGE_STRING_HELP * IDS_MESSAGE_TWO, HC_MESSAGE_TWO_HELP * etc. */
IDHC_MSG_TO_HELP RCDATA BEGIN #include "msg2help.tbl" 0, 0 END
#endif
|