Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/include Modified Files: evas_common.h Log Message: actually make symbol hiding work! =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_common.h,v retrieving revision 1.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- evas_common.h 11 Dec 2005 04:55:20 -0000 1.47 +++ evas_common.h 27 Dec 2005 17:17:31 -0000 1.48 @@ -1,6 +1,10 @@ #ifndef EVAS_COMMON_H #define EVAS_COMMON_H +#include <stdio.h> +#include <stdlib.h> +#include <unistd.h> +#include <string.h> #include "Evas.h" #include "config.h" @@ -8,6 +12,12 @@ #include "evas_options.h" +#ifdef __GNUC__ +# if __GNUC__ >= 4 +# pragma GCC visibility push(hidden) +# endif +#endif + /*****************************************************************************/ /* use exact rects for updates not tiles */ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs