This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't export win32-only symbols on non-Windows
authorCraig A. Berry <craigberry@mac.com>
Fri, 23 Sep 2022 17:40:05 +0000 (12:40 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 23 Sep 2022 17:40:05 +0000 (12:40 -0500)
commit881a2f91cb76930d44b28088c0d7636cd4ca6d57
tree22bd3ad0e852c44dcedd282ee57121dc95ba070a
parent56c95a7ae1063b949a9b8cb3002a4383543c0fb9
Don't export win32-only symbols on non-Windows

This was causing link-time errors in the VMS build because it was
trying to export symbols that don't exist.
makedef.pl