X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Ftypes.h;h=87f4604267cc94865d805847b7139f7747fc7c1c;hp=e838e7fc2a01aebde625c35aa84c95c86b44160c;hb=9538fd9ff3fb4a8e524b281ac6dc174e5d905ff6;hpb=9170e867885893b163dd7d67e3096302931e229f diff --git a/include/wimlib/types.h b/include/wimlib/types.h index e838e7fc..87f46042 100644 --- a/include/wimlib/types.h +++ b/include/wimlib/types.h @@ -26,17 +26,10 @@ typedef uint16_t _bitwise_attr le16; typedef uint32_t _bitwise_attr le32; typedef uint64_t _bitwise_attr le64; -/* Signed little endian types of exact size (declare as unsigned to avoid sign - * extension on big-endian architectures) */ -typedef uint16_t _bitwise_attr sle16; -typedef uint32_t _bitwise_attr sle32; -typedef uint64_t _bitwise_attr sle64; - /* Unsigned big endian types of exact size */ typedef uint16_t _bitwise_attr be16; typedef uint32_t _bitwise_attr be32; typedef uint64_t _bitwise_attr be64; - #endif /* A pointer to 'utf16lechar' indicates a UTF-16LE encoded string */