]> git.saurik.com Git - wxWidgets.git/commitdiff
needs threads...
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 10 Apr 2007 12:35:29 +0000 (12:35 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 10 Apr 2007 12:35:29 +0000 (12:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/corefoundation/hidjoystick.cpp

index a0e63d71dbe084de5a7944b9f5a38050113e5f6d..12d5b86ba92b0c8c80b7b672232d23f508db2282 100644 (file)
@@ -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