Do only one call to GetVersionEx in the common case.
[pspp] / lib / binary-io.h
index 9bfddf19b9223a292c2fe45a1d90289852f2b96f..b1dc6291647437cbc3aa95363a7a7507626aa793 100644 (file)
@@ -30,8 +30,8 @@
 # define O_BINARY _O_BINARY
 # define O_TEXT _O_TEXT
 #endif
-#ifdef __BEOS__
-  /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect.  */
+#if defined __BEOS__ || defined __HAIKU__
+  /* BeOS 5 and Haiku have O_BINARY and O_TEXT, but they have no effect.  */
 # undef O_BINARY
 # undef O_TEXT
 #endif