Include wx/string.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,14 +9,17 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//
|
||||
// For compilers that support precompilation, includes "wx.h".
|
||||
//
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#if wxUSE_JOYSTICK
|
||||
|
||||
#include "wx/string.h"
|
||||
#include "wx/joystick.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/string.h"
|
||||
#endif
|
||||
|
||||
#define INCL_PM
|
||||
#define INCL_DOS
|
||||
#include "wx/os2/private.h"
|
||||
@@ -24,7 +27,6 @@
|
||||
#define NO_JOYGETPOSEX
|
||||
|
||||
#include "wx/window.h"
|
||||
#include "wx/joystick.h"
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
|
||||
|
||||
@@ -287,4 +289,5 @@ bool wxJoystick::ReleaseCapture()
|
||||
// TODO
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif // wxUSE_JOYSTICK
|
||||
|
Reference in New Issue
Block a user