added missing check for wxUSE_JOYSTICK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-05-24 16:07:47 +00:00
parent 6aa358aebb
commit a217777fb3
2 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
#include <wx/joystick.h>
#if wxUSE_JOYSTICK
IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
// Attributes
@@ -277,3 +279,6 @@ bool wxJoystick::ReleaseCapture()
return FALSE;
}
#endif
// wxUSE_JOYSTICK

View File

@@ -15,6 +15,8 @@
#include <wx/joystick.h>
#if wxUSE_JOYSTICK
IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
// Attributes
@@ -277,3 +279,6 @@ bool wxJoystick::ReleaseCapture()
return FALSE;
}
#endif
// wxUSE_JOYSTICK