forked from len0rd/rockbox
changes to compile without warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6057 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e449d88b3e
commit
c3e55c01a5
3 changed files with 8 additions and 8 deletions
|
|
@ -8,18 +8,15 @@
|
|||
|
||||
// wavpack.h
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
// This header file contains all the definitions required by WavPack.
|
||||
|
||||
// not sure about them.. testing will bring more light into it..
|
||||
typedef unsigned char uchar;
|
||||
#if !defined(__GNUC__) || defined(WIN32)
|
||||
typedef unsigned short ushort;
|
||||
typedef unsigned long ulong;
|
||||
typedef unsigned int uint;
|
||||
#elif defined(__APPLE__)
|
||||
typedef unsigned long ulong;
|
||||
#endif
|
||||
|
||||
// This structure is used to access the individual fields of 32-bit ieee
|
||||
// floating point numbers. This will not be compatible with compilers that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue