$ShellDirectory variable (SysErrs)

This commit is contained in:
Kelvin Sherlock 2013-02-27 23:43:34 -05:00
parent ddf73f04ee
commit e84aff6812

View File

@ -218,6 +218,12 @@ namespace MPW
e.emplace_back(std::move(tmp));
// SysErrs.err
tmp = "ShellDirectory";
tmp.push_back(0);
tmp.append(root);
e.emplace_back(std::move(tmp));
tmp = "AIIGSIncludes";
tmp.push_back(0);
tmp.append(root);