28 #ifndef SDL_platform_h_
29 #define SDL_platform_h_
35 #if defined(__HAIKU__)
39 #if defined(bsdi) || defined(__bsdi) || defined(__bsdi__)
43 #if defined(_arch_dreamcast)
45 #define __DREAMCAST__ 1
47 #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
51 #if defined(hpux) || defined(__hpux) || defined(__hpux__)
55 #if defined(sgi) || defined(__sgi) || defined(__sgi__) || defined(_SGI_SOURCE)
59 #if (defined(linux) || defined(__linux) || defined(__linux__))
63 #if defined(ANDROID) || defined(__ANDROID__)
69 #if defined(__APPLE__)
71 #include "AvailabilityMacros.h"
72 #include "TargetConditionals.h"
78 #ifndef TARGET_OS_MACCATALYST
79 #define TARGET_OS_MACCATALYST 0
82 #define TARGET_OS_IOS 0
84 #ifndef TARGET_OS_IPHONE
85 #define TARGET_OS_IPHONE 0
88 #define TARGET_OS_TV 0
90 #ifndef TARGET_OS_SIMULATOR
91 #define TARGET_OS_SIMULATOR 0
101 #define __IPHONEOS__ 1
107 #if MAC_OS_X_VERSION_MIN_REQUIRED < 1060
108 # error SDL for Mac OS X only supports deploying on 10.6 and above.
113 #if defined(__NetBSD__)
117 #if defined(__OpenBSD__)
119 #define __OPENBSD__ 1
121 #if defined(__OS2__) || defined(__EMX__)
125 #if defined(osf) || defined(__osf) || defined(__osf__) || defined(_OSF_SOURCE)
129 #if defined(__QNXNTO__)
133 #if defined(riscos) || defined(__riscos) || defined(__riscos__)
137 #if defined(__sun) && defined(__SVR4)
139 #define __SOLARIS__ 1
142 #if defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
144 #if defined(_MSC_VER) && defined(__has_include)
145 #if __has_include(<winapifamily.h>)
146 #define HAVE_WINAPIFAMILY_H 1
148 #define HAVE_WINAPIFAMILY_H 0
152 #elif defined(_MSC_VER) && (_MSC_VER >= 1700 && !_USING_V110_SDK71_)
153 #define HAVE_WINAPIFAMILY_H 1
155 #define HAVE_WINAPIFAMILY_H 0
158 #if HAVE_WINAPIFAMILY_H
159 #include <winapifamily.h>
160 #define WINAPI_FAMILY_WINRT (!WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) && WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP))
162 #define WINAPI_FAMILY_WINRT 0
165 #if WINAPI_FAMILY_WINRT
170 #define __WINDOWS__ 1
174 #if defined(__WINDOWS__)
186 #if defined(__native_client__)
191 #if defined(__pnacl__)
196 #define __SDL_NOGETPROCADDR__
199 #if defined(__vita__)