ObjFW  Diff

Differences From Artifact [bf88fcb9d3]:

To Artifact [84994201ec]:


26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

#import "OFException.h"
#import "OFString.h"
#import "OFArray.h"

#import "autorelease.h"

#ifdef _WIN32
# include <errno.h>
# include <winerror.h>
#endif

struct _Unwind_Context;
typedef enum {
	_URC_OK		  = 0,







|







26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

#import "OFException.h"
#import "OFString.h"
#import "OFArray.h"

#import "autorelease.h"

#if defined(_WIN32) && defined(OF_HAVE_SOCKETS)
# include <errno.h>
# include <winerror.h>
#endif

struct _Unwind_Context;
typedef enum {
	_URC_OK		  = 0,