]> git.saurik.com Git - wxWidgets.git/commit
Compilation fix: don't use "environ" under OS X.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 25 Oct 2010 09:22:19 +0000 (09:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 25 Oct 2010 09:22:19 +0000 (09:22 +0000)
commit1f4c7e791bed162fc1b6d3bc03d875f1b9790c15
tree61053bf5c68a0ce4d92e81028ab639ece1f77ea1
parentb2e04188bd940ce8933394fee71790c9887ba32c
Compilation fix: don't use "environ" under OS X.

The global environ variable is not directly accessible under OS X, use
_NSGetEnviron() instead.

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