1
0
Fork 0
forked from len0rd/rockbox

Moved definition of TRUE and FALSE to types.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@136 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-04-18 17:45:45 +00:00
parent 6886103dd9
commit fa07b41717
2 changed files with 4 additions and 4 deletions

View file

@ -21,9 +21,6 @@
#define __SYSTEM_H__
#include <sh7034.h>
#define TRUE 1
#define FALSE 0
#define KB *1024
#define MB *1024 KB
#define GB *1024 MB