Commit 7b78f5c3 7b78f5c30dacfc57516ff4af4b23e00f15a799a0 by Sergey Poznyakoff

(MU_STREAM_STRICT): New flag

1 parent 81b1c4f8
......@@ -37,6 +37,7 @@ extern "C" { /*}*/
#define MU_STREAM_SEEKABLE 0x00000080
#define MU_STREAM_NO_CLOSE 0x00000100
#define MU_STREAM_ALLOW_LINKS 0x00000200
#define MU_STREAM_STRICT 0x00000400
/* Functions useful to users of the pre-defined stream types. */
......