mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 766194 - OSFileConstants for Windows stat;r=taras
This commit is contained in:
parent
dfa2c9eae8
commit
d94e676047
@ -416,6 +416,7 @@ static dom::ConstantSpec gWinProperties[] =
|
||||
INT_CONSTANT(FILE_ATTRIBUTE_READONLY),
|
||||
INT_CONSTANT(FILE_ATTRIBUTE_REPARSE_POINT),
|
||||
INT_CONSTANT(FILE_ATTRIBUTE_TEMPORARY),
|
||||
INT_CONSTANT(FILE_FLAG_BACKUP_SEMANTICS),
|
||||
|
||||
// CreateFile error constant
|
||||
{ "INVALID_HANDLE_VALUE", INT_TO_JSVAL(INT_PTR(INVALID_HANDLE_VALUE)) },
|
||||
|
Loading…
Reference in New Issue
Block a user