Ooops. INT_MAX is now visible to plugins, so don't redefine it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8889 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fb7368e12f
commit
3187a59f74
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ PLUGIN_HEADER
|
|||
#endif
|
||||
/****************** constants ******************/
|
||||
|
||||
#define INT_MAX ((int)(~(unsigned)0 >> 1))
|
||||
#define INT_MIN (-INT_MAX-1)
|
||||
|
||||
#define SCREENSIZE (LCD_WIDTH*LCD_HEIGHT/8) // in bytes
|
||||
#define FPS 68 // default fps for headerless (old video-only) file
|
||||
#define MAX_ACC 20 // maximum FF/FR speedup
|
||||
|
|
Loading…
Reference in a new issue