fix `#define's that are used in more configurations than originally
This commit is contained in:
parent
c4dbbdfaf3
commit
3f9a4c49fa
|
@ -278,12 +278,12 @@ typedef struct Scheme_FD {
|
|||
# endif
|
||||
} Scheme_FD;
|
||||
|
||||
# define MZ_FLUSH_NEVER 0
|
||||
# define MZ_FLUSH_BY_LINE 1
|
||||
# define MZ_FLUSH_ALWAYS 2
|
||||
|
||||
#endif
|
||||
|
||||
#define MZ_FLUSH_NEVER 0
|
||||
#define MZ_FLUSH_BY_LINE 1
|
||||
#define MZ_FLUSH_ALWAYS 2
|
||||
|
||||
#ifdef SOME_FDS_ARE_NOT_SELECTABLE
|
||||
# include <fcntl.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user