Missing wxUSE_JOYSTICK markup (#1369478).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-11-30 07:43:06 +00:00
parent a55d039a23
commit 7e04489676

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: joystick.cpp
// Name: src/msw/joystick.cpp
// Purpose: wxJoystick class
// Author: Julian Smart
// Modified by:
@@ -16,6 +16,9 @@
#pragma hdrstop
#endif
#if wxUSE_JOYSTICK
#include "wx/joystick.h"
#include "wx/string.h"
#include "wx/window.h"
#include "wx/msw/private.h"
@@ -31,7 +34,6 @@
#include "wx/window.h"
#include "wx/msw/registry.h"
#include "wx/msw/joystick.h"
#include <regstr.h>
@@ -619,3 +621,4 @@ bool wxJoystick::ReleaseCapture()
return (res == JOYERR_NOERROR);
}
#endif // wxUSE_JOYSTICK