mirror of https://github.com/tongzx/nt5src
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.
18 lines
779 B
18 lines
779 B
// Include this to assure identical names between compiler and hhctrl
|
|
|
|
#include "sysnames.h"
|
|
|
|
const char txtStringsFile[] = "#STRINGS";
|
|
const char txtURLsFile[] = "#URLS";
|
|
const char txtWindowsFile[] = "#WINDOWS";
|
|
const char txtSystemFile[] = "#SYSTEM";
|
|
const char txtIdxHdrFile[] = "#IDXHDR";
|
|
const char txtTocIdxFile[] = "#TOCIDX";
|
|
const char txtTopicsFile[] = "#TOPICS";
|
|
const char txtUrlTblFile[] = "#URLTBL";
|
|
const char txtUrlStrFile[] = "#URLSTR";
|
|
const char txtGrpInfFile[] = "#GRPINF";
|
|
const char txtMAP[] = "#IVB"; // number to URL mapping
|
|
const char txtITBits[] = "#ITBITS"; // InfoType bit storage.
|
|
const char txtSubSetFile[] = "#SUBSETS"; // The subset storage.
|
|
const char txtInfoTypeFile[] = "#INFOTYPES"; // InfoType and Category storage.
|