summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
Diffstat (limited to 'missing')
-rw-r--r--missing/nt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/missing/nt.h b/missing/nt.h
index 915a748e5b..a571570c43 100644
--- a/missing/nt.h
+++ b/missing/nt.h
@@ -221,6 +221,8 @@ extern char *mystrerror(int);
#define EWOULDBLOCK 10035 /* EBASEERR + 35 (winsock.h) */
#endif
+#define O_BINMODE 0x8000
+
#ifdef popen
#undef popen
#define popen mypopen