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