summaryrefslogtreecommitdiffstats
path: root/base/platform_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/platform_file.h')
-rw-r--r--base/platform_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/platform_file.h b/base/platform_file.h
index a9708f4..1a71359 100644
--- a/base/platform_file.h
+++ b/base/platform_file.h
@@ -54,6 +54,7 @@ enum PlatformFileFlags {
PLATFORM_FILE_SHARE_DELETE = 1 << 15, // Used on Windows only
PLATFORM_FILE_TERMINAL_DEVICE = 1 << 16, // Serial port flags
+ PLATFORM_FILE_BACKUP_SEMANTICS = 1 << 17, // Used on Windows only
};
// PLATFORM_FILE_ERROR_ACCESS_DENIED is returned when a call fails because of