This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix WinCE build
authorDaniel Dragan <bulk88@hotmail.com>
Thu, 9 Oct 2014 23:43:13 +0000 (19:43 -0400)
committerKarl Williamson <khw@cpan.org>
Fri, 10 Oct 2014 01:21:40 +0000 (19:21 -0600)
commitc7925a5e8559739ce765137cf6164c5872c63a96
tree1527e7936000087277dbaf27fa3be21103f0bf22
parentcbfcbc146698ed220945a7de6d4cd404a5338175
fix WinCE build

locale changes in 2014 broke WinCE build. localconv() doesn't exist on
WinCE. locale.h from celib has to be included for
setlocale()/xcesetlocale() and LC_* constants.
perl.h
win32/config.ce
win32/config_H.ce