winemaker: Ignore the Global section.

This commit is contained in:
André Hentschel 2010-06-22 18:01:03 +02:00 committed by Alexandre Julliard
parent 7735f024ea
commit 61622fe8d1
1 changed files with 2 additions and 0 deletions

View File

@ -1163,6 +1163,8 @@ sub source_scan_workspace_file($)
next;
} elsif (/^#/) {
# ignore Comments
} elsif (/^Global:/) {
# ignore the Global section
} elsif (/\w:/) {
print STDERR "unknown section $_\n";
} elsif (/^Microsoft(.*)Studio(.*)File,\sFormat Version\s(.*)/) {