From 881a2f91cb76930d44b28088c0d7636cd4ca6d57 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Fri, 23 Sep 2022 12:40:05 -0500 Subject: 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makedef.pl') diff --git a/makedef.pl b/makedef.pl index 5db33d5de4..11cb5b0d03 100644 --- a/makedef.pl +++ b/makedef.pl @@ -279,6 +279,8 @@ if ($ARGS{PLATFORM} ne 'vms') { if ($ARGS{PLATFORM} ne 'win32') { ++$skip{$_} foreach qw( Perl_get_win32_message_utf8ness + Perl_Win_utf8_string_to_wstring + Perl_Win_wstring_to_utf8_string ); } -- cgit v1.2.1