ObjFW  Diff

Differences From Artifact [14e0a7d129]:

To Artifact [771a8d1673]:


16
17
18
19
20
21
22




23
24
25
26
27
28
29

#include "config.h"

#define OF_APPLICATION_M

#include <stdlib.h>
#include <string.h>





#import "OFApplication.h"
#import "OFString.h"
#import "OFArray.h"
#import "OFDictionary.h"
#import "OFAutoreleasePool.h"








>
>
>
>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

#include "config.h"

#define OF_APPLICATION_M

#include <stdlib.h>
#include <string.h>

#ifndef _WIN32
# include <signal.h>
#endif

#import "OFApplication.h"
#import "OFString.h"
#import "OFArray.h"
#import "OFDictionary.h"
#import "OFAutoreleasePool.h"