From 8cdf8dec703d882b46ca50a769fabb95ffc48e2c Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 24 Nov 2016 21:27:41 +0100 Subject: sync with upstream --- xbmc/filesystem/IFileTypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xbmc/filesystem') 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 /* indicate that caller will do write operations before reading */ static const unsigned int READ_AFTER_WRITE = 0x80; +/* indicate that caller want to reopen a file if its already open */ + static const unsigned int READ_REOPEN = 0x100; + struct SNativeIoControl { unsigned long int request; -- cgit v1.2.3