From 034de91049369e8a04022677b6a9a8f289ab278b Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 24 Nov 1999 10:12:12 +0000 Subject: [PATCH] [project @ 1999-11-24 10:12:12 by simonmar] wibble --- ghc/lib/std/cbits/fileObject.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/lib/std/cbits/fileObject.h b/ghc/lib/std/cbits/fileObject.h index 0da85ac..deca1b0 100644 --- a/ghc/lib/std/cbits/fileObject.h +++ b/ghc/lib/std/cbits/fileObject.h @@ -53,6 +53,7 @@ typedef struct _IOFileObject { * we need to use separate r/w calls. */ #define FILEOBJ_WINSOCK 1024 +#define FILEOBJ_BINARY 2048 #define FILEOBJ_IS_EOF(x) ((x)->flags & FILEOBJ_EOF) #define FILEOBJ_SET_EOF(x) ((x)->flags |= FILEOBJ_EOF) -- 1.7.10.4