X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9576ca53db96b462ed4c0b4bdf47d64c40203e4..3a922bb4bd8dbcb04e31e324648c2912e167e0cd:/src/mac/joystick.cpp diff --git a/src/mac/joystick.cpp b/src/mac/joystick.cpp index 6677277f48..2aecad336d 100644 --- a/src/mac/joystick.cpp +++ b/src/mac/joystick.cpp @@ -13,8 +13,12 @@ #pragma implementation "joystick.h" #endif +#include + #include +#if wxUSE_JOYSTICK + IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject) // Attributes @@ -277,3 +281,6 @@ bool wxJoystick::ReleaseCapture() return FALSE; } +#endif + // wxUSE_JOYSTICK +