aboutsummaryrefslogtreecommitdiff
path: root/include/io/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/io/file.h')
-rw-r--r--include/io/file.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/io/file.h b/include/io/file.h
index f3723b2..44fd224 100644
--- a/include/io/file.h
+++ b/include/io/file.h
@@ -18,6 +18,11 @@ typedef HANDLE os_file_t;
typedef int os_file_t;
#endif
+enum {
+ OSTREAM_OPEN_OVERWRITE = 0x01,
+ OSTREAM_OPEN_SPARSE = 0x02,
+};
+
#ifdef __cplusplus
extern "C" {
#endif