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:
Jens Arnold 2006-03-03 01:32:19 +00:00
parent fb7368e12f
commit 3187a59f74

View file

@ -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