utils.h: Added missing typedef leMFT_REF.

edge.strict_endians
Erik Larsson 2010-12-02 10:39:00 +01:00
parent 3ddcb40f23
commit 7b62a83286
1 changed files with 4 additions and 0 deletions

View File

@ -132,4 +132,8 @@ static __inline__ ntfschar *ntfs_attr_get_name(ATTR_RECORD *attr)
return (ntfschar*)((u8*)attr + le16_to_cpu(attr->name_offset));
}
/* The define 'leMFT_REF' is not present in libntfs-3g. It is only symbolic so
* typedef it to MFT_REF.*/
typedef MFT_REF leMFT_REF;
#endif /* _NTFS_UTILS_H_ */