mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
$ShellDirectory variable (SysErrs)
This commit is contained in:
parent
ddf73f04ee
commit
e84aff6812
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user