Windows is always little-endian.
This commit is contained in:
parent
224010c775
commit
67d51ac4f8
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@
|
|||
#include <string>
|
||||
#include <utility>
|
||||
#ifdef _MSC_VER
|
||||
#if (defined(_M_IX86) || defined(_M_AMD64)) && \
|
||||
!defined(PROTOBUF_DISABLE_LITTLE_ENDIAN_OPT_FOR_TEST)
|
||||
// Assuming windows is always little-endian.
|
||||
#if !defined(PROTOBUF_DISABLE_LITTLE_ENDIAN_OPT_FOR_TEST)
|
||||
#define PROTOBUF_LITTLE_ENDIAN 1
|
||||
#endif
|
||||
#if _MSC_VER >= 1300
|
||||
|
|
Loading…
Add table
Reference in a new issue