ObjFW  Diff

Differences From Artifact [018b6789b8]:

To Artifact [867ccc3495]:


14
15
16
17
18
19
20

21


22

23
24
25
26
27
28
29
 * file.
 */

#include "config.h"

#include <errno.h>


#include <fcntl.h>


#include <unistd.h>


#include "platform.h"

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







>
|
>
>
|
>







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 * file.
 */

#include "config.h"

#include <errno.h>

#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif

#include "platform.h"

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