ObjFW  Check-in [2d0da271bf]

Overview
Comment:platform.h: Add AmigaOS 4
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2d0da271bf5b30b19c9766ef18c9e0a5dd5f75254f4eba4f81c31313f494ad20
User & Date: js on 2018-03-10 19:31:02
Other Links: manifest | tags
Context
2018-03-10
19:41
resolver.m: Cast h_addr_list to char ** check-in: cd9635897c user: js tags: trunk
19:31
platform.h: Add AmigaOS 4 check-in: 2d0da271bf user: js tags: trunk
19:05
Add OFColor check-in: f484fedee2 user: js tags: trunk
Changes

Modified src/platform.h from [074efc528d] to [e2985d06d3].

98
99
100
101
102
103
104
105

106
107
108



109
110
111
112
113
114
115
98
99
100
101
102
103
104

105
106
107
108
109
110
111
112
113
114
115
116
117
118







-
+



+
+
+







#elif defined(__ANDROID__)
# define OF_ANDROID
#elif defined(__HAIKU__)
# define OF_HAIKU
#elif defined(__MORPHOS__)
# ifndef __ixemul__
#  define OF_MORPHOS
#  define OF_AMIGAOS_LIKE
#  define OF_AMIGAOS
# else
#  define OF_MORPHOS_IXEMUL
# endif
#elif defined(__amigaos4__)
# define OF_AMIGAOS4
# define OF_AMIGAOS
#elif defined(__sun__)
# define OF_SOLARIS
#elif defined(__QNX__)
# define OF_QNX
#elif defined(__wii__)
# define OF_WII
#elif defined(_PSP)