From: Richard Levitte Date: Sun, 13 May 2001 05:01:58 +0000 (+0000) Subject: Win16 too :-). X-Git-Tag: OpenSSL_0_9_6c~182^2~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d10c7156c3e5aa7c44e76188a9d220266bb6721;p=openssl Win16 too :-). --- diff --git a/util/mkdef.pl b/util/mkdef.pl index b622492538..c00cc653ac 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -993,7 +993,7 @@ sub is_valid # EXPORT_VAR_AS_FUNCTION means that global variables # will be represented as functions. This currently # only happens on VMS-VAX. - if ($keyword eq "EXPORT_VAR_AS_FUNCTION" && ($VMSVAX || $W32)) { + if ($keyword eq "EXPORT_VAR_AS_FUNCTION" && ($VMSVAX || $W32 || $W16)) { return 1; } return 0;