Explicitly declare environ variable.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:43 +0000 (21:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:43 +0000 (21:10 +0000)
commit14c350dfc73af1c5ae162ab8e563efbfd15de7be
tree613978a860b1b924e239d8c8334d79e3ffe65652
parent7451fe7b69ad7f1eca88bee822c3d016bd8bc35a
Explicitly declare environ variable.

While POSIX and SUS both mandate this variable existence, they don't say that
it needs to be declared anywhere and it actually doesn't seem to be declared
under Solaris when using Sun CC and so using it resulted in compilation errors.

Just declare it ourselves to avoid them.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/utilscmn.cpp