mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
19257df7f0
- mkntfs: As announced, remove the deprecated support for creation of NTFS 1.2/3.0 volumes. We now create NTFS 3.1 volumes only. (Anton) - mkntfs: Remove lots of unused/unneeded debugging code. (Anton)
8 lines
138 B
C
8 lines
138 B
C
#ifndef _NTFS_ATTRDEF_H_
|
|
#define _NTFS_ATTRDEF_H_
|
|
|
|
extern const unsigned char attrdef_ntfs3x_array[2560];
|
|
|
|
#endif /* _NTFS_ATTRDEF_H_ */
|
|
|