From: Stefan Csomor Date: Tue, 10 Apr 2007 12:35:29 +0000 (+0000) Subject: needs threads... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4afa6df339eadbe09440b8c190cc6231f076dd65 needs threads... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/corefoundation/hidjoystick.cpp b/src/mac/corefoundation/hidjoystick.cpp index a0e63d71db..12d5b86ba9 100644 --- a/src/mac/corefoundation/hidjoystick.cpp +++ b/src/mac/corefoundation/hidjoystick.cpp @@ -25,7 +25,7 @@ //--------------------------------------------------------------------------- //we only support HID on OSX (DARWIN), since it requires DARWIN... -#if wxUSE_JOYSTICK && defined(__DARWIN__) +#if wxUSE_JOYSTICK && defined(__DARWIN__) && wxUSE_THREADS //--------------------------------------------------------------------------- // Includes