ObjFW  Diff

Differences From Artifact [3590220a29]:

To Artifact [ac924aea1f]:


19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#endif

#import "OFStream.h"

/*
 * Headers for Win32
 *
 * These must be imported after objc/Object and thus OFObject!
 */
#ifdef _WIN32
#define _WIN32_WINNT 0x0501
#include <winsock2.h>
#include <ws2tcpip.h>
#endif








|







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#endif

#import "OFStream.h"

/*
 * Headers for Win32
 *
 * These must be imported after objc/objc.h and thus OFObject!
 */
#ifdef _WIN32
#define _WIN32_WINNT 0x0501
#include <winsock2.h>
#include <ws2tcpip.h>
#endif