handle some bizarre build issues...

SVN revision: 37048
This commit is contained in:
Carsten Haitzler 2008-10-24 10:57:00 +00:00
parent 445e548c5b
commit 7d0d0aaf7f
1 changed files with 2 additions and 4 deletions

View File

@ -62,10 +62,8 @@
#endif
typedef unsigned char Eina_Bool;
enum {
EINA_FALSE = 0,
EINA_TRUE = 1
};
#define EINA_FALSE ((Eina_Bool)0)
#define EINA_TRUE ((Eina_Bool)1)
EAPI extern const unsigned int eina_prime_table[];