ObjFW  Diff

Differences From Artifact [40ddf7ef54]:

To Artifact [73e049bd9b]:


101
102
103
104
105
106
107
108


109
110
111
112
113
114
115
101
102
103
104
105
106
107

108
109
110
111
112
113
114
115
116







-
+
+







#endif

#if defined(__APPLE__)
# include <TargetConditionals.h>
# if (defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE) || \
    (defined(TARGET_OS_SIMULATOR) && TARGET_OS_SIMULATOR)
#  define OF_IOS
# else
# endif
# if defined(TARGET_OS_MAC) && TARGET_OS_MAC
#  define OF_MACOS
# endif
#elif defined(__linux__)
# define OF_LINUX
#elif defined(_WIN32)
# define OF_WINDOWS
#elif defined(__FreeBSD__)