needs threads...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2007-04-10 12:35:29 +00:00
parent 8116a0c55e
commit 4afa6df339

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__) #if wxUSE_JOYSTICK && defined(__DARWIN__) && wxUSE_THREADS
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// Includes // Includes