Ok, that didn't work out well, we'll need to figure out something else for

Solaris.


SVN revision: 8146
This commit is contained in:
rbdpngn 2003-12-18 17:18:50 +00:00 committed by rbdpngn
parent 513caedd40
commit d22d230017
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#include "config.h"
#include "evas_options.h"
#include "evas_common.h"
#define SWAP32(x) (x) = ((((x) & 0x000000ff ) << 24) | (((x) & 0x0000ff00 ) << 8) | (((x) & 0x00ff0000 ) >> 8) | (((x) & 0xff000000 ) >> 24))