Fixed O_BINARY warning.
This commit is contained in:
parent
f1935bcf7c
commit
6ed5489124
2 changed files with 11 additions and 2 deletions
|
@ -32,9 +32,13 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "iocompat.h"
|
||||
#ifndef _MSC_VER
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#include "freecraft.h"
|
||||
#include "iocompat.h"
|
||||
|
||||
#include "campaign.h" // for CurrentMapPath
|
||||
|
||||
#include "iolib.h"
|
||||
|
|
|
@ -35,9 +35,14 @@
|
|||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "iocompat.h"
|
||||
#ifndef _MSC_VER
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#include "freecraft.h"
|
||||
|
||||
#include "iocompat.h"
|
||||
|
||||
#include "video.h"
|
||||
#include "player.h"
|
||||
#include "font.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue