2015-03-31 03:11:23 +02:00
|
|
|
#ifdef IOS
|
|
|
|
#include <Availability.h>
|
|
|
|
#else
|
2015-03-30 17:10:31 +02:00
|
|
|
#include <AvailabilityMacros.h>
|
2015-03-31 03:11:23 +02:00
|
|
|
#endif
|
2015-02-28 19:52:26 +01:00
|
|
|
|
2015-02-28 20:16:52 +01:00
|
|
|
#ifndef __IPHONE_OS_VERSION_MAX_ALLOWED
|
|
|
|
#define __IPHONE_OS_VERSION_MAX_ALLOWED 00000
|
|
|
|
#endif
|
|
|
|
|
2015-04-05 05:36:53 +02:00
|
|
|
#include "../apple/common/apple_cocoa_common.m"
|
2015-02-28 19:12:27 +01:00
|
|
|
|
2015-02-28 20:01:38 +01:00
|
|
|
#if TARGET_OS_IPHONE
|
2015-02-28 19:12:27 +01:00
|
|
|
#include "../apple/iOS/platform.m"
|
|
|
|
#include "../apple/iOS/menu.m"
|
|
|
|
#include "../apple/iOS/browser.m"
|
2015-02-28 20:01:38 +01:00
|
|
|
#else
|
|
|
|
#include "../apple/OSX/platform.m"
|
|
|
|
#include "../apple/OSX/settings.m"
|
2015-02-28 19:52:26 +01:00
|
|
|
#endif
|
2015-02-28 19:12:27 +01:00
|
|
|
|
2015-02-28 19:52:26 +01:00
|
|
|
#ifdef HAVE_MFI
|
2015-04-05 15:41:41 +02:00
|
|
|
#include "../input/drivers_hid/mfi_hid.m"
|
2015-04-05 05:36:53 +02:00
|
|
|
#endif
|