summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-10-06 21:08:59 +0000
committerNils Wallménius <nils@rockbox.org>2009-10-06 21:08:59 +0000
commitdcc49194ac544eeefae4905cc930bc8f6d0c1fec (patch)
tree8cf7f0e82b5098d4477b068197dfb2a59da155d0 /firmware/export
parent5c755a8f48692b21c976090ed0d30cb62d71736c (diff)
downloadrockbox-dcc49194ac544eeefae4905cc930bc8f6d0c1fec.zip
rockbox-dcc49194ac544eeefae4905cc930bc8f6d0c1fec.tar.gz
rockbox-dcc49194ac544eeefae4905cc930bc8f6d0c1fec.tar.bz2
rockbox-dcc49194ac544eeefae4905cc930bc8f6d0c1fec.tar.xz
Once again fix building of the database tool that gets broke over and over
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22990 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/system.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index aa95167..196c20a 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -121,10 +121,9 @@ int get_cpu_boost_counter(void);
ptr = (typeof(ptr))tmp_ptr1; \
}
-#ifndef __PCTOOL__
/* newer? SDL includes endian.h, So we ignore it */
-#ifdef SIMULATOR
+#if defined(SIMULATOR) || defined(__PCTOOL__)
#undef letoh16
#undef letoh32
#undef htole16
@@ -160,7 +159,6 @@ int get_cpu_boost_counter(void);
#define swap_odd_even_le32(x) (x)
#endif
-#endif
/* static endianness conversion */
#define SWAP_16(x) ((typeof(x))(unsigned short)(((unsigned short)(x) >> 8) | \