diff options
Diffstat (limited to 'xbmc/filesystem/IFileTypes.h')
| -rw-r--r-- | xbmc/filesystem/IFileTypes.h | 3 |
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 | |||
| 52 | struct SNativeIoControl | 55 | struct SNativeIoControl |
| 53 | { | 56 | { |
| 54 | unsigned long int request; | 57 | unsigned long int request; |
