summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-10-04 04:49:47 -0600
committerKarl Williamson <khw@cpan.org>2022-10-10 13:12:22 -0600
commite88d6362ca2333867768f8bd4b668b12545a87bf (patch)
tree2bd0e7c7024c3ab9aba2f4e135bfe61908008ed8 /embed.fnc
parentd9815dd1701afaac1f37c04e823cdb2438e5a70d (diff)
downloadperl-e88d6362ca2333867768f8bd4b668b12545a87bf.tar.gz
locale.c: Make static 2 Win-only functions
These are non-API, used in this file, and because of #ifdefs, not accessible outside it, so there is no current need to make them publicly available. If we were ever to need them to be accessible more widely, they would not belong in this file.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 4edb6a507c..923ded2ca2 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -3426,8 +3426,8 @@ S |void |print_collxfrm_input_and_return \
# endif
# ifdef WIN32
S |char* |win32_setlocale|int category|NULLOK const char* locale
-pTC |wchar_t *|Win_utf8_string_to_wstring|NULLOK const char * utf8_string
-pTC |char * |Win_wstring_to_utf8_string|NULLOK const wchar_t * wstring
+ST |wchar_t *|Win_utf8_string_to_wstring|NULLOK const char * utf8_string
+ST |char * |Win_wstring_to_utf8_string|NULLOK const wchar_t * wstring
S |char *|wrap_wsetlocale |const int category \
|NULLOK const char *locale
# endif