util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVC
MSVC doesn't support #warning?! Getting really tired of this.
This commit is contained in:
+3
-2
@@ -65,9 +65,10 @@
|
||||
# define PIPE_ARCH_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#elif defined(_MSC_VER)
|
||||
|
||||
#warning Unknown Endianness for this platform. Assuming little endian
|
||||
#define PIPE_ARCH_LITTLE_ENDIAN
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user