git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-11-20 16:08:12 +00:00
parent 0aa6452b9d
commit f50c925e80

View File

@@ -25,7 +25,7 @@
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
//we only support HID on OSX (DARWIN), since it requires DARWIN... //we only support HID on OSX (DARWIN), since it requires DARWIN...
#if wxUSE_JOYSTICK && defined(__DARWIN__) && wxUSE_THREADS #if wxUSE_JOYSTICK && wxUSE_THREADS
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// Includes // Includes
@@ -902,4 +902,4 @@ void* wxJoystickThread::Entry()
} }
} }
#endif // wxUSE_JOYSTICK && defined(__DARWIN__) #endif // wxUSE_JOYSTICK