Commit 098883be authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Fixed winapi_extract.

parent 65578c03
...@@ -224,7 +224,6 @@ sub parse_spec_file { ...@@ -224,7 +224,6 @@ sub parse_spec_file {
my %ordinals; my %ordinals;
my $module; my $module;
my $module_file;
$output->lazy_progress("$file"); $output->lazy_progress("$file");
...@@ -242,8 +241,6 @@ sub parse_spec_file { ...@@ -242,8 +241,6 @@ sub parse_spec_file {
/^$/ && next; /^$/ && next;
if($header) { if($header) {
if(/^name\s*(\S*)/) { $module = $1; }
if(/^file\s*(\S*)/) { $module_file = $1; }
if(/^\d+|@/) { $header = 0; $lookahead = 1; } if(/^\d+|@/) { $header = 0; $lookahead = 1; }
next; next;
} }
......
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