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:
parent
d169d13134
commit
116cf7dfcb
1656
dlls/ntdll/error.c
1656
dlls/ntdll/error.c
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue