From 05da25f297c4d26b6bb454a9649b1dd63a102910 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 26 Jun 1998 09:45:09 +0000 Subject: 980626 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing/nt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'missing') 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 -- cgit v1.2.3