From 2910484954c4f423673e84dfde8c9f40062ca974 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 31 May 2001 06:21:30 +0000 Subject: [PATCH] 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 --- include/wx/msw/setup0.h | 4 ++++ 1 file changed, 4 insertions(+) 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 // ---------------------------------------------------------------------------- -- 2.45.2