From: simonmar Date: Wed, 24 Nov 1999 10:12:12 +0000 (+0000) Subject: [project @ 1999-11-24 10:12:12 by simonmar] X-Git-Tag: Approximately_9120_patches~5500 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=034de91049369e8a04022677b6a9a8f289ab278b;p=ghc-hetmet.git [project @ 1999-11-24 10:12:12 by simonmar] wibble --- 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)