Identify comm.drv as a 16bit dll.

This commit is contained in:
Francois Gouget 2004-10-05 18:14:02 +00:00 committed by Alexandre Julliard
parent a8d2ba9d40
commit d8c96b08f3
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ sub read_spec_file($) {
close(IN);
# FIXME: Kludge
if($module =~ /^(?:comm|imm|ole2conv|ole2prox|ole2thk|rasapi16|windebug)\.dll$/) {
if($module =~ /^(?:(?:imm|ole2conv|ole2prox|ole2thk|rasapi16|windebug)\.dll|comm\.drv)$/) {
$type = "win16";
}