mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-17 19:25:54 +02:00
Merge pull request #404 from jamessan/fix-endian-condition
Check whether MSGPACK_ENDIAN_LITTLE_BYTE is true, not defined.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef MSGPACK_ENDIAN_LITTLE_BYTE
|
||||
#if MSGPACK_ENDIAN_LITTLE_BYTE
|
||||
|
||||
# ifdef _WIN32
|
||||
# if defined(ntohs)
|
||||
|
Reference in New Issue
Block a user