]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/corefoundation/hidjoystick.cpp
bringing wxmac in line using cflocale
[wxWidgets.git] / src / mac / corefoundation / hidjoystick.cpp
index a14444989e5efb71cb6089a0f79d9b7b87ce83e0..637546c41458c247a4a867e0c3b5380e2c698c73 100644 (file)
@@ -25,7 +25,7 @@
 //---------------------------------------------------------------------------
 
 //we only support HID on OSX (DARWIN), since it requires DARWIN...
-#if wxUSE_JOYSTICK && defined(__DARWIN__) && wxUSE_THREADS
+#if wxUSE_JOYSTICK && wxUSE_THREADS
 
 //---------------------------------------------------------------------------
 // Includes
@@ -902,4 +902,4 @@ void* wxJoystickThread::Entry()
     }
 }
 
-#endif // wxUSE_JOYSTICK && defined(__DARWIN__)
+#endif // wxUSE_JOYSTICK