diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2007-10-01 13:46:07 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2007-10-01 13:46:07 +0000 |
commit | b8753ffdaa141740e42d8c57d6f0c1aca5e6a8de (patch) | |
tree | d912174b68dda4378addd1c4aeb733a86e97af4b /apps/codecs/libwma/types.h | |
parent | 6b559b21886d4da8b59bb4fe11dddb2835f31180 (diff) |
move structures around in the header files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14941 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwma/types.h')
-rw-r--r-- | apps/codecs/libwma/types.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/codecs/libwma/types.h b/apps/codecs/libwma/types.h index e69de29bb2..8a5e2a992e 100644 --- a/apps/codecs/libwma/types.h +++ b/apps/codecs/libwma/types.h @@ -0,0 +1,5 @@ +#include <codecs/lib/codeclib.h> + +#define fixed32 int32_t +#define fixed64 int64_t + |