X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9576ca53db96b462ed4c0b4bdf47d64c40203e4..bcd3d8d9e26e41615d26d457ba0e2b84b80a0356:/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 +