platform/reg.c: Blackhole SystemError reg val

This commit is contained in:
Tau 2019-06-09 15:38:27 -04:00
parent a2bcd575d6
commit 47238b210b
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ static const struct reg_hook_val misc_master_keys[] = {
/* Black-hole val, list it here so we don't get a warning msg */
.name = L"NextProcess",
.type = REG_SZ,
}, {
/* ditto */
.name = L"SystemError",
.type = REG_SZ,
}
};