X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..c1aa5517acff9ce039adcd6502db2e88cdd886c7:/src/palmos/joystick.cpp diff --git a/src/palmos/joystick.cpp b/src/palmos/joystick.cpp index cfceba1191..f189adc7cd 100644 --- a/src/palmos/joystick.cpp +++ b/src/palmos/joystick.cpp @@ -12,13 +12,15 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ -#pragma hdrstop +#if wxUSE_JOYSTICK + +#include "wx/joystick.h" + +#ifndef WX_PRECOMP + #include "wx/string.h" #endif -#include "wx/string.h" #include "wx/window.h" -#include "wx/palmos/joystick.h" IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject) @@ -27,7 +29,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject) wxJoystick::wxJoystick(int joystick) { -}; +} wxPoint wxJoystick::GetPosition() const { @@ -245,3 +247,4 @@ bool wxJoystick::ReleaseCapture() return false; } +#endif // wxUSE_JOYSTICK