Exclude Perl_my_setlocale symbol where it's not defined.
authorCraig A. Berry <craigberry@mac.com>
Sun, 16 Feb 2014 20:22:25 +0000 (14:22 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sun, 16 Feb 2014 20:22:25 +0000 (14:22 -0600)
commitbfb2a8f90476eee2c32387320b53f4f8aeead825
treec23883565da6cf139464eb825527bd8c1c3c65c6
parent4a2e143cff36871f89b48256c155d0025555cd75
Exclude Perl_my_setlocale symbol where it's not defined.

Because makedef.pl doesn't take into account the various ifdefs
in embed.fnc, it must repeat their logic by maintaining various
sets of platform-specific inclusions and exclusions.

Perl_my_setlocale was added in b385bb4ddcb for Win32 only, so we
shouldn't be telling the linker to export it except on Win32.
makedef.pl