SVN revision: 12060
This commit is contained in:
tsauerbeck 2004-10-29 15:14:43 +00:00 committed by tsauerbeck
parent 63c238b0c1
commit 222cbec230
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#include "Edje_Edit.h"
#ifndef ABS
#define ABS(x) x < 0 ? -x : x
#endif
/* increment this when the EET data descriptors have changed and old
* EETs cannot be loaded/used correctly anymore.
*/