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
|
# endif
|
||||||
} Scheme_FD;
|
} Scheme_FD;
|
||||||
|
|
||||||
# define MZ_FLUSH_NEVER 0
|
|
||||||
# define MZ_FLUSH_BY_LINE 1
|
|
||||||
# define MZ_FLUSH_ALWAYS 2
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define MZ_FLUSH_NEVER 0
|
||||||
|
#define MZ_FLUSH_BY_LINE 1
|
||||||
|
#define MZ_FLUSH_ALWAYS 2
|
||||||
|
|
||||||
#ifdef SOME_FDS_ARE_NOT_SELECTABLE
|
#ifdef SOME_FDS_ARE_NOT_SELECTABLE
|
||||||
# include <fcntl.h>
|
# include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user