Commit 52cf9236 authored by Michael Müller's avatar Michael Müller Committed by Alexandre Julliard

kernelbase: Add missing forwards to advapi32 and user32 functions.

parent 92aa91d2
...@@ -214,7 +214,6 @@ my @dll_groups = ...@@ -214,7 +214,6 @@ my @dll_groups =
"api-ms-win-core-wow64-l1-1-0", "api-ms-win-core-wow64-l1-1-0",
"api-ms-win-core-xstate-l2-1-0", "api-ms-win-core-xstate-l2-1-0",
"api-ms-win-core-errorhandling-l1-1-2", "api-ms-win-core-errorhandling-l1-1-2",
"kernelbase",
], ],
[ [
"kernel32", "kernel32",
...@@ -231,6 +230,12 @@ my @dll_groups = ...@@ -231,6 +230,12 @@ my @dll_groups =
"api-ms-win-core-processthreads-l1-1-1", "api-ms-win-core-processthreads-l1-1-1",
], ],
[ [
"kernel32",
"advapi32",
"user32",
"kernelbase",
],
[
"ole32", "ole32",
"api-ms-win-downlevel-ole32-l1-1-0", "api-ms-win-downlevel-ole32-l1-1-0",
"api-ms-win-core-com-l1-1-0", "api-ms-win-core-com-l1-1-0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment