mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Fix Windows and OSX includes
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
#include "joystick.h"
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include "win/joystick_windows.h"
|
||||
#include "win/joystickwindows.h"
|
||||
#elif defined(Q_OS_LINUX)
|
||||
#include "linux/joysticklinux.h"
|
||||
#elif defined(Q_OS_OSX)
|
||||
#include "osx/joystick_mac.h"
|
||||
#include "osx/joystickmac.h"
|
||||
#else
|
||||
#error "Platform is not supported!"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user