Commit 61622fe8 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winemaker: Ignore the Global section.

parent 7735f024
......@@ -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(.*)/) {
......
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