ntdll: Move error mapping to a header file.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2021-10-12 15:30:48 +02:00 committed by Alexandre Julliard
parent d169d13134
commit 116cf7dfcb
3 changed files with 1674 additions and 1656 deletions

File diff suppressed because it is too large Load diff

1672
dlls/ntdll/error.h Normal file

File diff suppressed because it is too large Load diff

View file

@ -1677,7 +1677,7 @@ if ($ARGV[0] && $ARGV[0] eq "-l")
print_map( %map );
}
my $file = "dlls/ntdll/error.c";
my $file = "dlls/ntdll/error.h";
open INPUT, "<$file" or die "cannot open $file";
open OUTPUT, ">$file.new" or die "cannot create $file.new";