]> git.saurik.com Git - wxWidgets.git/commit
Combine the check for wxMac and then the other check for wxMac/wxCocoa into
authorDavid Elliott <dfe@tgwbd.org>
Sun, 14 Oct 2007 08:37:11 +0000 (08:37 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sun, 14 Oct 2007 08:37:11 +0000 (08:37 +0000)
commit1a6d6b107198739ad2a65dd4a470f36f60795f7f
treed855520c01c542c73c2952a1a54acf1d602788c3
parent883ea3bf80503de1f2aa797ce91acda654d88d74
Combine the check for wxMac and then the other check for wxMac/wxCocoa into
one define called USE_OLD_DARWIN_END_PROCESS_DETECT because it's wrong
to created pipeEndProcDetect on wxCocoa when it's not going to use it!
The next commit will show why it's now "Old".

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