Fix silly 64 bit problem in uclpack.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9000 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56087e0dd0
commit
1246668a78
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@
|
|||
|
||||
|
||||
#if !defined(SIZEOF_SIZE_T)
|
||||
# define SIZEOF_SIZE_T SIZEOF_UNSIGNED
|
||||
# define SIZEOF_SIZE_T SIZEOF_UNSIGNED_LONG
|
||||
#endif
|
||||
#if !defined(SIZE_T_MAX)
|
||||
# define SIZE_T_MAX UCL_UTYPE_MAX(SIZEOF_SIZE_T)
|
||||
|
|
Loading…
Reference in a new issue