summaryrefslogtreecommitdiffstats
path: root/xbmc/filesystem/IFileTypes.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2016-11-24 21:27:41 +0100
committermanuel <manuel@mausz.at>2016-11-24 21:27:41 +0100
commit8cdf8dec703d882b46ca50a769fabb95ffc48e2c (patch)
treef7fe8233508f79d3dc94f8f445ce6342e7dfbdbb /xbmc/filesystem/IFileTypes.h
parent5823b05feb29a59510c32a9c28ca18b50b9b6399 (diff)
downloadkodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.tar.gz
kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.tar.bz2
kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.zip
sync with upstream
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;