ObjFW  Diff

Differences From Artifact [87c9d886dc]:

To Artifact [15015abb7a]:


23
24
25
26
27
28
29
30
31

32
33
34
35
36
37
38
39
23
24
25
26
27
28
29


30

31
32
33
34
35
36
37







-
-
+
-







#include <signal.h>

#import "OFApplication.h"
#import "OFString.h"
#import "OFArray.h"
#import "OFDictionary.h"
#import "OFRunLoop.h"
#ifdef OF_HAVE_THREADS
# import "OFThread.h"
#import "OFThread.h"
#endif

#import "autorelease.h"
#import "macros.h"

#if defined(__MACH__) && !defined(OF_IOS)
# include <crt_externs.h>
#elif defined(_WIN32)