Add message wxJoystick requires wxThread under MSW

This commit is contained in:
Tim Stahlhut
2019-08-03 01:12:14 -04:00
parent f941b50c6b
commit 92b5f10840

View File

@@ -444,6 +444,14 @@
# define wxUSE_FSWATCHER 0
# endif
# endif
# if wxUSE_JOYSTICK
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxJoystick requires wxThread under MSW"
# else
# undef wxUSE_JOYSTICK
# define wxUSE_JOYSTICK 0
# endif
# endif
#endif /* !wxUSE_THREADS */