Merge "Revert "Define O_BINARY for non-Windows platforms.""
This commit is contained in:
commit
4fc3706015
8 changed files with 0 additions and 62 deletions
|
@ -305,12 +305,4 @@
|
|||
*/
|
||||
#define HAVE_PRINTF_ZD 1
|
||||
|
||||
/*
|
||||
* We need to open binary files using O_BINARY on Windows.
|
||||
* Most systems lack (and actually don't need) this flag.
|
||||
*/
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#endif /*_ANDROID_CONFIG_H*/
|
||||
|
|
|
@ -363,12 +363,4 @@
|
|||
*/
|
||||
#define HAVE_PRINTF_ZD 1
|
||||
|
||||
/*
|
||||
* We need to open binary files using O_BINARY on Windows.
|
||||
* Most systems lack (and actually don't need) this flag.
|
||||
*/
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#endif /*_ANDROID_CONFIG_H*/
|
||||
|
|
|
@ -361,12 +361,4 @@
|
|||
*/
|
||||
#define HAVE_PRINTF_ZD 1
|
||||
|
||||
/*
|
||||
* We need to open binary files using O_BINARY on Windows.
|
||||
* Most systems lack (and actually don't need) this flag.
|
||||
*/
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#endif /* _ANDROID_CONFIG_H */
|
||||
|
|
|
@ -323,12 +323,4 @@
|
|||
*/
|
||||
#define HAVE_PREAD 1
|
||||
|
||||
/*
|
||||
* We need to open binary files using O_BINARY on Windows.
|
||||
* Most systems lack (and actually don't need) this flag.
|
||||
*/
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#endif /*_ANDROID_CONFIG_H*/
|
||||
|
|
|
@ -366,12 +366,4 @@
|
|||
*/
|
||||
#define HAVE_PRINTF_ZD 1
|
||||
|
||||
/*
|
||||
* We need to open binary files using O_BINARY on Windows.
|
||||
* Most systems lack (and actually don't need) this flag.
|
||||
*/
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#endif /* _ANDROID_CONFIG_H */
|
||||
|
|
|
@ -333,12 +333,4 @@
|
|||
*/
|
||||
#define HAVE_PRINTF_ZD 1
|
||||
|
||||
/*
|
||||
* We need to open binary files using O_BINARY on Windows.
|
||||
* Most systems lack (and actually don't need) this flag.
|
||||
*/
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#endif /*_ANDROID_CONFIG_H*/
|
||||
|
|
|
@ -350,12 +350,4 @@
|
|||
*/
|
||||
#define HAVE_PRINTF_ZD 1
|
||||
|
||||
/*
|
||||
* We need to open binary files using O_BINARY on Windows.
|
||||
* Most systems lack (and actually don't need) this flag.
|
||||
*/
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#endif /* _ANDROID_CONFIG_H */
|
||||
|
|
|
@ -338,10 +338,4 @@
|
|||
*/
|
||||
/* #define HAVE_PRINTF_ZD 1 */
|
||||
|
||||
/*
|
||||
* We need to open binary files using O_BINARY on Windows.
|
||||
* We don't define it on Windows since it is part of the io headers.
|
||||
*/
|
||||
/* #define O_BINARY 0 */
|
||||
|
||||
#endif /*_ANDROID_CONFIG_H*/
|
||||
|
|
Loading…
Reference in a new issue