(blind) fix for joystick compilation problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#ifndef _WX_JOYSTICK_H_BASE_
|
#ifndef _WX_JOYSTICK_H_BASE_
|
||||||
#define _WX_JOYSTICK_H_BASE_
|
#define _WX_JOYSTICK_H_BASE_
|
||||||
|
|
||||||
|
#if wxUSE_JOYSTICK
|
||||||
|
|
||||||
#if defined(__WXMSW__)
|
#if defined(__WXMSW__)
|
||||||
#include "wx/msw/joystick.h"
|
#include "wx/msw/joystick.h"
|
||||||
#elif defined(__WXMOTIF__)
|
#elif defined(__WXMOTIF__)
|
||||||
@@ -15,5 +17,7 @@
|
|||||||
#include "wx/stubs/joystick.h"
|
#include "wx/stubs/joystick.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // wxUSE_JOYSTICK
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_JOYSTICK_H_BASE_
|
// _WX_JOYSTICK_H_BASE_
|
||||||
|
@@ -13,10 +13,12 @@
|
|||||||
#pragma implementation "joystick.h"
|
#pragma implementation "joystick.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/joystick.h>
|
#include "wx/defs.h"
|
||||||
|
|
||||||
#if wxUSE_JOYSTICK
|
#if wxUSE_JOYSTICK
|
||||||
|
|
||||||
|
#include "wx/joystick.h"
|
||||||
|
|
||||||
#include <linux/joystick.h>
|
#include <linux/joystick.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
@@ -13,10 +13,12 @@
|
|||||||
#pragma implementation "joystick.h"
|
#pragma implementation "joystick.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/joystick.h>
|
#include "wx/defs.h"
|
||||||
|
|
||||||
#if wxUSE_JOYSTICK
|
#if wxUSE_JOYSTICK
|
||||||
|
|
||||||
|
#include "wx/joystick.h"
|
||||||
|
|
||||||
#include <linux/joystick.h>
|
#include <linux/joystick.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
Reference in New Issue
Block a user