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:
@@ -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
|
||||
|
Reference in New Issue
Block a user