Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
224010c7
Commit
224010c7
authored
Jul 29, 2015
by
LitingLin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A bug about PROTOBUF_LITTLE_ENDIAN remain undefined on MSVC x64
parent
f642c5cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coded_stream.h
src/google/protobuf/io/coded_stream.h
+1
-1
No files found.
src/google/protobuf/io/coded_stream.h
View file @
224010c7
...
...
@@ -112,7 +112,7 @@
#include <string>
#include <utility>
#ifdef _MSC_VER
#if
defined(_M_IX86
) && \
#if
(defined(_M_IX86) || defined(_M_AMD64)
) && \
!defined(PROTOBUF_DISABLE_LITTLE_ENDIAN_OPT_FOR_TEST)
#define PROTOBUF_LITTLE_ENDIAN 1
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment