Fix typo in the constant name

bug/bundler_fix
HD Moore 2014-06-23 12:51:26 -05:00
parent c6d1f3bbc8
commit 94388e3931
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ FILE_VOLUME_IS_COMPRESSED = 0x00008000
# SMB_EXT_FILE_ATTR
# 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_SYSTEM = 0x00000004
SMB_EXT_FILE_ATTR_DIRECTORY = 0x00000010