[project @ 1999-11-24 10:12:12 by simonmar]
authorsimonmar <unknown>
Wed, 24 Nov 1999 10:12:12 +0000 (10:12 +0000)
committersimonmar <unknown>
Wed, 24 Nov 1999 10:12:12 +0000 (10:12 +0000)
wibble

ghc/lib/std/cbits/fileObject.h

index 0da85ac..deca1b0 100644 (file)
@@ -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)