#ifndef be64toh
#define be64toh(x) __bswap_64 (x)
#endif
+#ifndef le16toh
+#define le32toh(x) (x)
+#endif
#ifndef le32toh
#define le32toh(x) (x)
#endif
+#ifndef le64toh
+#define le32toh(x) (x)
+#endif
#else
#ifndef be32toh
#define be32toh(x) (x)
#ifndef be64toh
#define be64toh(x) (x)
#endif
+#ifndef le16toh
+#define le16toh(x) __bswap_16 (x)
+#endif
#ifndef le32toh
#define le32toh(x) __bswap_32 (x)
#endif
+#ifndef le64toh
+#define le64toh(x) __bswap_64 (x)
+#endif
#endif
#include "hivex.h"