mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 21:44:22 +00:00
Merge pull request #497 from Mailaender/patch-2
Fix error: 'O_BINARY' was not declared in this scope (close #461)
This commit is contained in:
commit
86a3b8c66e
@ -21,6 +21,11 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef O_BINARY
|
||||||
|
#define O_BINARY 0
|
||||||
|
#define O_TEXT 0
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user