Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: evas_cpu.c Log Message: WIN32 is not always defined on Windows platform, while _WIN32 is. Remove trailing spaces and replace c++ comments by C ones =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_cpu.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -3 -r1.31 -r1.32 --- evas_cpu.c 10 May 2007 16:15:02 -0000 1.31 +++ evas_cpu.c 13 Aug 2007 12:13:03 -0000 1.32 @@ -6,13 +6,13 @@ #include <setjmp.h> -#ifndef WIN32 +#ifndef _WIN32 static sigjmp_buf detect_buf; #endif static int cpu_feature_mask = 0; -#ifndef WIN32 +#ifndef _WIN32 static void evas_common_cpu_catch_ill(int sig); static void evas_common_cpu_catch_segv(int sig); @@ -81,7 +81,7 @@ int evas_common_cpu_feature_test(void (*feature)(void)) { -#ifndef WIN32 +#ifndef _WIN32 int enabled = 1; struct sigaction act, oact, oact2; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs