Enlightenment CVS committal Author : moom16 Project : e17 Module : proto
Dir : e17/proto/etk/src/lib Modified Files: etk_utils.h Log Message: * Temporary fix for gettext =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/etk_utils.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- etk_utils.h 23 Oct 2005 09:30:06 -0000 1.4 +++ etk_utils.h 23 Oct 2005 10:09:45 -0000 1.5 @@ -3,15 +3,10 @@ #define _ETK_UTILS_H_ #include <stdio.h> -#include "config.h" +#include <libintl.h> /* Gettext */ -#ifdef HAVE_GETTEXT - #include <libintl.h> - #define _(string) gettext(string) -#else - #define _(string) string -#endif +#define _(string) gettext(string) /** @brief Gets the max of the two values */ #define ETK_MAX(v1, v2) (((v1) > (v2)) ? (v1) : (v2)) ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs