Rebase against 86e388c9182a4121eab35353bdfae3f0f4fd5a40.

This commit is contained in:
Alistair Leslie-Hughes
2020-05-26 09:08:07 +10:00
parent 543cee79a8
commit 8be56c21f9
12 changed files with 60 additions and 220 deletions

View File

@@ -37,7 +37,7 @@ index 46d4c7029a3e..3bbe0a7b6cb9 100644
+ IN PRTL_QUERY_REGISTRY_TABLE QueryTable, void *context,
+ void *Environment)
+{
+ return RtlQueryRegistryValuesEx (RelativeTo, path, QueryTable, context, Environment);
+ return RtlQueryRegistryValues (RelativeTo, path, QueryTable, context, Environment);
+}
+
+