This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Generalize certain Win32 calls
authorKarl Williamson <khw@cpan.org>
Wed, 16 Dec 2020 17:56:36 +0000 (10:56 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 19 Jun 2022 19:29:35 +0000 (13:29 -0600)
commit9b271b938aa912acb412cc7d05bf7a460ef1ddf0
tree31590a28cbfadea7b6d0d22817d3a7a02596f7c8
parenta683a66af6c3842318beaa422f943ea8613f20f3
locale.c: Generalize certain Win32 calls

The old versions were windows-specific; the changes use a more generic
macro that currently expands to the same thing, but future commits will
change that.
locale.c