From 93153d9a00fd1dd1a1b3dfd92525ddc4f078e3c5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 29 Jul 2007 14:27:49 +0000 Subject: [PATCH] forcefully disable wxUSE_JOYSTICK too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wince/chkconf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index 987b93f953..3ec43b9b5a 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -41,6 +41,10 @@ #undef wxUSE_IPC #define wxUSE_IPC 0 +// doesn't make sense for CE devices and doesn't compile anyhow +#undef wxUSE_JOYSTICK +#define wxUSE_JOYSTICK 0 + // and they're disabled for WinCE in build/bakefiles/{tiff|regex}.bkl so can't // be enabled here #undef wxUSE_LIBTIFF -- 2.50.0