]> git.saurik.com Git - wxWidgets.git/commit - src/common/utilscmn.cpp
Use __DARWIN__ instead of __WXOSX__ in non-GUI code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 23 Jul 2012 15:03:42 +0000 (15:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 23 Jul 2012 15:03:42 +0000 (15:03 +0000)
commitda0ee16ef9fb566f81f3c1aef9928a3b01394338
tree522e2a244c816d0651eb3926f7c2b3cabd31be13
parent6a3f00bd6660d0326904d774d6e7a48a13af1f6f
Use __DARWIN__ instead of __WXOSX__ in non-GUI code.

This fixes compilation of non-wxOSX ports (e.g. wxGTK) under OS X.

Also make the difference between the two symbols more clear in the
documentation.

Closes #14503.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/mainpages/const_cpp.h
include/wx/defs.h
include/wx/evtloop.h
include/wx/evtloopsrc.h
include/wx/platform.h
include/wx/thread.h
src/common/mimecmn.cpp
src/common/utilscmn.cpp
src/unix/threadpsx.cpp
src/unix/utilsunx.cpp