Identify comm.drv as a 16bit dll.
This commit is contained in:
parent
a8d2ba9d40
commit
d8c96b08f3
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue