summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-10-04 20:39:02 -0600
committerKarl Williamson <khw@cpan.org>2022-10-10 13:12:22 -0600
commit29dd0ffa727c58df0c83446b61a7f9e2cb79a179 (patch)
tree5d9f35c4017ef84ec2cc72cc2dbf2c96411482e5 /proto.h
parentaaafe4fdfab4795864042a20a574d759051bf5dc (diff)
downloadperl-29dd0ffa727c58df0c83446b61a7f9e2cb79a179.tar.gz
Add wrap_wsetlocale() to embed.fnc
This makes the calls to it cleaner.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 06b6710ee5..7af4b8952b 100644
--- a/proto.h
+++ b/proto.h
@@ -5767,6 +5767,8 @@ PERL_CALLCONV char * Perl_Win_wstring_to_utf8_string(const wchar_t * wstring);
#define PERL_ARGS_ASSERT_WIN_WSTRING_TO_UTF8_STRING
STATIC char* S_win32_setlocale(pTHX_ int category, const char* locale);
#define PERL_ARGS_ASSERT_WIN32_SETLOCALE
+STATIC char * S_wrap_wsetlocale(pTHX_ const int category, const char *locale);
+#define PERL_ARGS_ASSERT_WRAP_WSETLOCALE
# endif
# endif
#endif