summaryrefslogtreecommitdiffstats
path: root/include/arch/windows/AndroidConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/windows/AndroidConfig.h')
-rw-r--r--include/arch/windows/AndroidConfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/arch/windows/AndroidConfig.h b/include/arch/windows/AndroidConfig.h
index f0bf56f..17c84c7 100644
--- a/include/arch/windows/AndroidConfig.h
+++ b/include/arch/windows/AndroidConfig.h
@@ -333,4 +333,10 @@
*/
/* #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*/