aboutsummaryrefslogtreecommitdiff
path: root/src/common/swap.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-01-06 23:09:20 -0500
committerbunnei <bunneidev@gmail.com>2015-01-06 23:09:20 -0500
commit5217e3f8737c5033ff280b78ab7a28bf05534835 (patch)
tree2f445a84723bd4487f1ba0ced237fba0e227e6a9 /src/common/swap.h
parent088863c9219df896b316244ad05452ef05b15ea4 (diff)
parent6b411c63c9b084e99a3711da10f93225ff93cc85 (diff)
Merge pull request #421 from linkmauve/remove-dead-platforms
Remove dead platform #ifdefs to make the code more readable.
Diffstat (limited to 'src/common/swap.h')
-rw-r--r--src/common/swap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/swap.h b/src/common/swap.h
index 4f8f39efb..e2d918362 100644
--- a/src/common/swap.h
+++ b/src/common/swap.h
@@ -48,11 +48,7 @@
// MSVC
#elif defined(_MSC_VER) && !defined(COMMON_BIG_ENDIAN) && !defined(COMMON_LITTLE_ENDIAN)
-#ifdef _XBOX
-#define COMMON_BIG_ENDIAN 1
-#else
#define COMMON_LITTLE_ENDIAN 1
-#endif
#endif