Fix typo in the constant name
parent
c6d1f3bbc8
commit
94388e3931
|
@ -263,7 +263,7 @@ FILE_VOLUME_IS_COMPRESSED = 0x00008000
|
||||||
|
|
||||||
# SMB_EXT_FILE_ATTR
|
# SMB_EXT_FILE_ATTR
|
||||||
# http://msdn.microsoft.com/en-us/library/ee878573(prot.20).aspx
|
# http://msdn.microsoft.com/en-us/library/ee878573(prot.20).aspx
|
||||||
MB_EXT_FILE_ATTR_READONLY = 0x00000001
|
SMB_EXT_FILE_ATTR_READONLY = 0x00000001
|
||||||
SMB_EXT_FILE_ATTR_HIDDEN = 0x00000002
|
SMB_EXT_FILE_ATTR_HIDDEN = 0x00000002
|
||||||
SMB_EXT_FILE_ATTR_SYSTEM = 0x00000004
|
SMB_EXT_FILE_ATTR_SYSTEM = 0x00000004
|
||||||
SMB_EXT_FILE_ATTR_DIRECTORY = 0x00000010
|
SMB_EXT_FILE_ATTR_DIRECTORY = 0x00000010
|
||||||
|
|
Loading…
Reference in New Issue