Commit d8c96b08 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Identify comm.drv as a 16bit dll.

parent a8d2ba9d
...@@ -70,7 +70,7 @@ sub read_spec_file($) { ...@@ -70,7 +70,7 @@ sub read_spec_file($) {
close(IN); close(IN);
# FIXME: Kludge # 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"; $type = "win16";
} }
......
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