summaryrefslogtreecommitdiffstats
path: root/xbmc/filesystem/IFileTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/filesystem/IFileTypes.h')
-rw-r--r--xbmc/filesystem/IFileTypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xbmc/filesystem/IFileTypes.h b/xbmc/filesystem/IFileTypes.h
index 4c6dd98..7cafa2c 100644
--- a/xbmc/filesystem/IFileTypes.h
+++ b/xbmc/filesystem/IFileTypes.h
@@ -49,6 +49,9 @@ namespace XFILE
49/* indicate that caller will do write operations before reading */ 49/* indicate that caller will do write operations before reading */
50 static const unsigned int READ_AFTER_WRITE = 0x80; 50 static const unsigned int READ_AFTER_WRITE = 0x80;
51 51
52/* indicate that caller want to reopen a file if its already open */
53 static const unsigned int READ_REOPEN = 0x100;
54
52struct SNativeIoControl 55struct SNativeIoControl
53{ 56{
54 unsigned long int request; 57 unsigned long int request;