Commit 116cf7df authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ntdll: Move error mapping to a header file.

parent d169d131
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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";
......
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