win32_freeenvironmentstrings: convert nonpublic exported function to macro
authorDaniel Dragan <bulk88@hotmail.com>
Sun, 14 Oct 2012 19:30:01 +0000 (15:30 -0400)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 17 Oct 2012 10:36:46 +0000 (11:36 +0100)
commit2c8ca683ba2cfa11ba67ed8364aabd92180ec161
tree7ce2b7b1b0ea5a5ca6eac319e8a1a020fb50199e
parentba714418a7aa994217ccc6146e2dd6ad1ba7724e
win32_freeenvironmentstrings: convert nonpublic exported function to macro

win32_freeenvironmentstrings was added in commit 4f46e52b008. It is not
documented as public api but is exported. Since it is nothing more than a
renaming of win32_free, replace it with a macro to win32_free. This saves
an entry in the export table, and the string name of the export from
perl517.dll. Also see
http://www.nntp.perl.org/group/perl.perl5.porters/2012/09/msg192954.html
win32/win32.c
win32/win32iop.h