From 2d10c7156c3e5aa7c44e76188a9d220266bb6721 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 13 May 2001 05:01:58 +0000 Subject: Win16 too :-). --- util/mkdef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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; -- cgit v1.2.3