From: Robin Dunn Date: Thu, 31 May 2001 06:21:30 +0000 (+0000) Subject: Forgot to check-in this change last week... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2910484954c4f423673e84dfde8c9f40062ca974?ds=inline Forgot to check-in this change last week... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 7151536181..68530812af 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -314,6 +314,10 @@ // i18n support: _() macro, wxLocale class. Requires wxTextFile. #define wxUSE_INTL 1 +// Joystick support class +#define wxUSE_JOYSTICK 1 + + // ---------------------------------------------------------------------------- // Optional controls // ----------------------------------------------------------------------------