From 47238b210bfadcbe0847eacbfeb58d357e563052 Mon Sep 17 00:00:00 2001 From: Tau Date: Sun, 9 Jun 2019 15:38:27 -0400 Subject: [PATCH] platform/reg.c: Blackhole SystemError reg val --- platform/misc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/misc.c b/platform/misc.c index 874f68c..f0feadf 100644 --- a/platform/misc.c +++ b/platform/misc.c @@ -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, } };