Commits on Source (2)
-
Added #define to use Window's builtin routines for conversion routines. Explicit casting via static_cast to/from types was needed for c++11 compliant compilation as an appropriate constexpr for size selection (e.g. be16toh vs. be32toh) is not available until C++11. Todo: support compilation C++14,C++17, C++20.
-
Jason Hiser authored
Windows missing big-endian/little-endian conversion routines (e.g. be16toh) See merge request !11