windows-nt/Source/XPSP1/NT/enduser/stuff/hhctrl/sysnames.cpp
2020-09-26 16:20:57 +08:00

19 lines
779 B
C++

// 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.