ObjFW  Diff

Differences From Artifact [bdbdd5f20c]:

To Artifact [c22a9c9657]:


39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
39
40
41
42
43
44
45






46
47
48
49
50
51
52







-
-
-
-
-
-







#import "OFSeekFailedException.h"
#import "OFWriteFailedException.h"

#ifdef OF_WINDOWS
# include <windows.h>
#endif

#if defined(OF_MORPHOS) && !defined(OF_IXEMUL)
# define BOOL EXEC_BOOL
# include <proto/dos.h>
# undef BOOL
#endif

#ifdef OF_WII
# define BOOL OGC_BOOL
# include <fat.h>
# undef BOOL
#endif

#ifdef OF_NINTENDO_DS