ObjFW  Diff

Differences From Artifact [63a39507d8]:

To Artifact [720d96e946]:


17
18
19
20
21
22
23
24

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

24

25

26
27
28
29
30
31
32







-
+
-

-







#ifndef __STDC_LIMIT_MACROS
# define __STDC_LIMIT_MACROS
#endif
#ifndef __STDC_CONSTANT_MACROS
# define __STDC_CONSTANT_MACROS
#endif

#ifndef _WIN32
#ifdef OF_HAVE_SYS_SOCKET_H
# include <sys/types.h>
# include <sys/socket.h>
# include <netdb.h>
#endif

#import "OFStreamSocket.h"

#ifdef _WIN32
# include <ws2tcpip.h>
#endif