diff options
Diffstat (limited to 'base/platform_file.h')
-rw-r--r-- | base/platform_file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/platform_file.h b/base/platform_file.h index 5b29e07..afe909a 100644 --- a/base/platform_file.h +++ b/base/platform_file.h @@ -50,6 +50,8 @@ enum PlatformFileFlags { PLATFORM_FILE_WRITE_ATTRIBUTES = 8192, // Used on Windows only PLATFORM_FILE_ENUMERATE = 16384, // May enumerate directory + + PLATFORM_FILE_SHARE_DELETE = 32768, // Used on Windows only }; // PLATFORM_FILE_ERROR_ACCESS_DENIED is returned when a call fails because of |