From 6d732a32bc4472a9050b118d0920e936a4bf5408 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Thu, 15 Jul 2010 22:01:06 +0000 Subject: Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is set if the generic functions from system.h are needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27440 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/hosted/sdl/system-target.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/target/hosted') diff --git a/firmware/target/hosted/sdl/system-target.h b/firmware/target/hosted/sdl/system-target.h index 31194fc33a..3489ea5168 100644 --- a/firmware/target/hosted/sdl/system-target.h +++ b/firmware/target/hosted/sdl/system-target.h @@ -1 +1,4 @@ #include "system-sdl.h" + +#define NEED_GENERIC_BYTESWAPS + -- cgit v1.2.3