From d8c96b08f31bc7f32798636c9540895bde08711f Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 5 Oct 2004 18:14:02 +0000 Subject: [PATCH] Identify comm.drv as a 16bit dll. --- tools/winapi/msvcmaker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker index ffd14e532ac..1c825455726 100755 --- a/tools/winapi/msvcmaker +++ b/tools/winapi/msvcmaker @@ -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"; } -- 2.11.4.GIT