Only Windows has O_BINARY.

This commit is contained in:
David Given 2022-07-17 13:17:24 +02:00
parent f9785629e0
commit 1fa8f40beb

View file

@ -9,6 +9,10 @@
#include <errno.h>
#include "system.h"
#if !defined WIN32
#define O_BINARY 0
#endif
extern File *_get_entry();
int