ObjFW  Diff

Differences From Artifact [456747264b]:

To Artifact [cfa00f6d8b]:


17
18
19
20
21
22
23

24
25
26
27
28
29
30

#ifndef _WIN32
#include <sys/types.h>
#include <sys/stat.h>
#endif

#import "OFFile.h"

#import "OFExceptions.h"

#ifdef _WIN32
#import <windows.h>
#endif

OFFile *of_stdin = nil;







>







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

#ifndef _WIN32
#include <sys/types.h>
#include <sys/stat.h>
#endif

#import "OFFile.h"
#import "OFString.h"
#import "OFExceptions.h"

#ifdef _WIN32
#import <windows.h>
#endif

OFFile *of_stdin = nil;