summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl2
1 files changed, 2 insertions, 0 deletions
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
);
}