Do not declare "environ" variable ourselves under MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Dec 2011 12:26:24 +0000 (12:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Dec 2011 12:26:24 +0000 (12:26 +0000)
commitb54a0e3913d919ed1ed2b51acb0ebbe5e4c0bb11
treef8ff04630acabe2d45968c4d6834d851139f230e
parentf27f9577caadb552c0c90c84130a52e0451196ec
Do not declare "environ" variable ourselves under MSW.

The changes of r69564 making "environ" declaration unconditional broke
MinGW 4.6 build, presumably because "environ" is declared differently (as DLL
exported?) there, so avoid declaring it under MSW, we don't need to do it
there anyhow as it's always defined in system headers.

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