kernelbase: Sync spec file to Windows 10.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Austin English 2017-03-23 22:11:50 -05:00 committed by Alexandre Julliard
parent 0a36078ee1
commit 646117bf91
2 changed files with 1143 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;