Enlightenment CVS committal Author : doursse Project : e17 Module : libs/eet
Dir : e17/libs/eet/src/lib Modified Files: eet_data.c eet_lib.c Log Message: cegcc (not mingw32ce) defines same structures, functions etc. in both in.h and winsock2.h. So do not include winsock2.h with that compiler =================================================================== RCS file: /cvs/e/e17/libs/eet/src/lib/eet_data.c,v retrieving revision 1.70 retrieving revision 1.71 diff -u -3 -r1.70 -r1.71 --- eet_data.c 3 Apr 2008 19:47:07 -0000 1.70 +++ eet_data.c 9 Apr 2008 08:27:17 -0000 1.71 @@ -21,7 +21,7 @@ # include <netinet/in.h> #endif -#ifdef _WIN32 +#if defined(_WIN32) && ! defined(__CEGCC__) # include <winsock2.h> #endif =================================================================== RCS file: /cvs/e/e17/libs/eet/src/lib/eet_lib.c,v retrieving revision 1.100 retrieving revision 1.101 diff -u -3 -r1.100 -r1.101 --- eet_lib.c 3 Apr 2008 19:30:08 -0000 1.100 +++ eet_lib.c 9 Apr 2008 08:27:17 -0000 1.101 @@ -39,7 +39,7 @@ # include <netinet/in.h> #endif -#ifdef _WIN32 +#if defined(_WIN32) && ! defined(__CEGCC__) # include <winsock2.h> #endif ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs