diff options
Diffstat (limited to 'ppapi/c/ppb_file_system.h')
-rw-r--r-- | ppapi/c/ppb_file_system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/c/ppb_file_system.h b/ppapi/c/ppb_file_system.h index 47e26a1..59b3d51 100644 --- a/ppapi/c/ppb_file_system.h +++ b/ppapi/c/ppb_file_system.h @@ -20,7 +20,8 @@ struct PP_CompletionCallback; #define PPB_FILESYSTEM_INTERFACE_0_7 "PPB_FileSystem;0.7" -#define PPB_FILESYSTEM_INTERFACE PPB_FILESYSTEM_INTERFACE_0_7 +#define PPB_FILESYSTEM_INTERFACE_1_0 "PPB_FileSystem;1.0" +#define PPB_FILESYSTEM_INTERFACE PPB_FILESYSTEM_INTERFACE_1_0 /** * @addtogroup Structs |