提交 6d8b3dce 编写于 作者: A Andy Polyakov

util/mkdef.pl: omit ordinals from Windows DLLs.

Reviewed-by: NStephen Henson <steve@openssl.org>
上级 981b5bb8
......@@ -1325,11 +1325,11 @@ EOF
print OUT $symline;
$symvtextcount += length($symline) - 2;
} elsif($v) {
printf OUT " %s%-39s @%-8d DATA\n",
($W32)?"":"_",$s2,$n;
printf OUT " %s%-39s DATA\n",
($W32)?"":"_",$s2;
} else {
printf OUT " %s%-39s @%d\n",
($W32)?"":"_",$s2,$n;
printf OUT " %s%s\n",
($W32)?"":"_",$s2;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册