Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/lib/include
Modified Files:
evas_common.h
Log Message:
ipaq build stuff :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_common.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evas_common.h 5 Jun 2003 06:08:43 -0000 1.8
+++ evas_common.h 10 Jul 2003 13:13:25 -0000 1.9
@@ -17,8 +17,10 @@
/*****************************************************************************/
+#undef MIN
#define MIN(_x, _y) \
(((_x) < (_y)) ? (_x) : (_y))
+#undef MAX
#define MAX(_x, _y) \
(((_x) > (_y)) ? (_x) : (_y))
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs