- #define wxUINT16_SWAP_FROM_LE(val) wxUINT16_SWAP_ALWAYS(val)
- #define wxINT16_SWAP_FROM_LE(val) wxINT16_SWAP_ALWAYS(val)
- #define wxUINT16_SWAP_FROM_BE(val) (val)
- #define wxINT16_SWAP_FROM_BE(val) (val)
- #define wxUINT32_SWAP_FROM_LE(val) wxUINT32_SWAP_ALWAYS(val)
- #define wxINT32_SWAP_FROM_LE(val) wxINT32_SWAP_ALWAYS(val)
- #define wxUINT32_SWAP_FROM_BE(val) (val)
- #define wxINT32_SWAP_FROM_BE(val) (val)
+ #define wxUINT16_SWAP_ON_BE(val) wxUINT16_SWAP_ALWAYS(val)
+ #define wxINT16_SWAP_ON_BE(val) wxINT16_SWAP_ALWAYS(val)
+ #define wxUINT16_SWAP_ON_LE(val) (val)
+ #define wxINT16_SWAP_ON_LE(val) (val)
+ #define wxUINT32_SWAP_ON_BE(val) wxUINT32_SWAP_ALWAYS(val)
+ #define wxINT32_SWAP_ON_BE(val) wxINT32_SWAP_ALWAYS(val)
+ #define wxUINT32_SWAP_ON_LE(val) (val)
+ #define wxINT32_SWAP_ON_LE(val) (val)