summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/types.h
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-07-17 08:00:13 +0000
committerMohamed Tarek <mt@rockbox.org>2010-07-17 08:00:13 +0000
commitb3399635671a0f3664d09bb04ec954bc65b4a986 (patch)
treec3aa5ea7c2c0e437ce57229e095c4aa46022800f /apps/codecs/libwmapro/types.h
parent0f947104100131069fbfa9e53c8ef129c4716a30 (diff)
downloadrockbox-b3399635671a0f3664d09bb04ec954bc65b4a986.tar.gz
rockbox-b3399635671a0f3664d09bb04ec954bc65b4a986.zip
libwmapro : Rename all FIXED occurrances to int32_t and remove types.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27454 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwmapro/types.h')
-rw-r--r--apps/codecs/libwmapro/types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/codecs/libwmapro/types.h b/apps/codecs/libwmapro/types.h
deleted file mode 100644
index 01359fc1b1..0000000000
--- a/apps/codecs/libwmapro/types.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef _TYPES_H_
2#define _TYPES_H_
3
4#include <inttypes.h>
5
6#define FIXED int32_t
7
8#endif