git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45882
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Use polling instead of Mach ports, which doesn't work on Intel
// due to task_for_pid security issues.
// Use polling instead of Mach ports, which doesn't work on Intel
// due to task_for_pid security issues.
+// http://developer.apple.com/technotes/tn/tn2050.html
+
// What's a better test for Intel vs PPC?
#ifdef WORDS_BIGENDIAN
#define USE_POLLING 0
// What's a better test for Intel vs PPC?
#ifdef WORDS_BIGENDIAN
#define USE_POLLING 0