Commit 646117bf authored by Austin English's avatar Austin English Committed by Alexandre Julliard

kernelbase: Sync spec file to Windows 10.

parent 0a36078e
......@@ -253,6 +253,8 @@ my @dll_groups =
"kernel32",
"advapi32",
"user32",
"shlwapi",
"version",
"kernelbase",
"api-ms-win-core-bem-l1-1-0",
],
......@@ -404,6 +406,7 @@ sub read_spec_file($)
my $func = $descr{name};
next if defined $funcs{$func};
next if $func eq "@";
$funcs{$func} = \%descr;
}
close SPEC;
......
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