Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Whoops...endian defines are backwards.
  • Loading branch information
icculus committed Jan 31, 2006
1 parent dd00bd8 commit fae5d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform.h
Expand Up @@ -7,9 +7,9 @@ extern "C" {
#endif

#ifdef __POWERPC__
#define PLATFORM_BIGENDIAN 0
#else
#define PLATFORM_BIGENDIAN 1
#else
#define PLATFORM_BIGENDIAN 0
#endif

#define PATCHERROR 0
Expand Down

0 comments on commit fae5d85

Please sign in to comment.